COLOR #69DD07

HEX: #69DD07
RGB: (105,221,7)

Color info

#69DD07 contains mainly green color. Web safe color of #69DD07 is #66CC00 (or #6C0).

RGB color model

#69DD07 color RGB value is (105,221,7).

  • red value is 105;
  • green value is 221;
  • blue value is 7.
RGB:
(105,221,7)
(41%,87%,3%)

RGB channels and saturation

R 105 of 255 = 41%
G 221 of 255 = 87%
B 7 of 255 = 3%

105
221
7

R + G + B ~ 44%. #69DD07 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 221 + 7 = 333 (100%)
R 105 of 333 ~ 31.53%
G 221 of 333 ~ 66.37%
B 7 of 333 ~ 2.1%

%31.53
%66.37

CMYK color model

#69DD07 color CMYK value is (52,0,97,13).

  • cyan value is 52.49%
  • magenta value is 0.00%
  • yellow value is 96.83%
  • key color value is 13.33%
CMYK:
(52,0,97,13)
C52M0Y97K13 
(52%,0%,97%,13%)
(0.52/0.00/0.97/0.13)	

CMYK percentages

%52.49
%0
%96.83
%13.33

Codes

Color #69DD07 in popluar color models

69DD07
RGB1052217
HSL93°93.86%44.71%
HSB/HSV93°96.83%86.67%
CMYK52.49%0.00%96.83%
13.33%

Color #69DD07 in popluar number systems.

HEX69DD07
Decimal1052217
Binary110100111011101111
Octal1513357

Shades and tints

Shades of #69DD07

#69DD07
(105,221,7)
#60C907
(96,201,7)
#57B507
(87,181,7)
#4EA107
(78,161,7)
#458D07
(69,141,7)
#3C7907
(60,121,7)
#336507
(51,101,7)
#2A5107
(42,81,7)
#213D07
(33,61,7)
#182907
(24,41,7)
#0F1507
(15,21,7)
#000000
(0,0,0)

Tints of #69DD07

#69DD07
(105,221,7)
#76E01D
(118,224,29)
#83E333
(131,227,51)
#90E649
(144,230,73)
#9DE95F
(157,233,95)
#AAEC75
(170,236,117)
#B7EF8B
(183,239,139)
#C4F2A1
(196,242,161)
#D1F5B7
(209,245,183)
#DEF8CD
(222,248,205)
#EBFBE3
(235,251,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69DD07 color. Also use rgb(105,221,7) instead hex code.

Text Font Color

.myTextColor { color: #69DD07; }

<p style="color:#69DD07">This sample text font color is #69DD07.</p>

This text font color is #69DD07.


Background Color

.myBgColor { background-color: #69DD07; }

<div style="background-color:#69DD07">Inner text</div>

This div background color is #69DD07.


Border color

.myBorderColor { border: 1px solid #69DD07; }

<div style="border:3px solid #69DD07">Div</div>

This div border color is #69DD07.


Opacity

.myOpacity80 { color: #69DD07; opacity: 0.8; }

<p style="color:#69DD07;opacity:0.8;">80%</p>

Text with #69DD07 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #69DD07;}

<p style="text-shadow: 3px 3px 1px #69DD07">Text here.</p>

This text has shadow with #69DD07 color.

.textShadow {text-shadow: 3px 3px 1px #69DD07, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #69DD07, 5px 5px 20px red">Text here.</p>

This text has shadow with #69DD07 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#69DD07, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#69DD07, Direction=45, Strength=4)">Text</p>

This text has shadow with #69DD07 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #69DD07;
  -webkit-box-shadow:	1px 1px 3px 2px #69DD07;
  box-shadow:		1px 1px 3px 2px #69DD07;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #69DD07;
-webkit-box-shadow: 1px 1px 3px 2px #69DD07;
box-shadow:1px 1px 3px 2px #69DD07;">
Div content here</div>
This div box has shadow with color #69DD07.

Preview

Color preview on black background

This text has color #69DD07 on black background.


Color preview on white background

This text has color #69DD07 on white background.



Black color preview on #69DD07 background

This text has black color on #69DD07 background.


White color preview on #69DD07 background

This text has white color on #69DD07 background.