Html Css Color HEX #66DD1D Kelly Green

📋 copy color: '#66DD1D'

red 102 ◦ green 221 ◦ blue 29

#66DD1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #66DD1D

Tints of Kelly Green #66DD1D

RGB

 RED value IS 102 (40.23% from 255) = 28.98%

 GREEN value IS 221 (86.72% from 255) = 62.78%

 BLUE value IS 29 (11.72% from 255) = 8.24%

R = 28.98%
G = 62.78%
B = 8.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#66DD1D (or 0x66DD1D) is known color: Kelly Green. HEX triplet: 66, DD and 1D. RGB value is (102,221,29). Sum of RGB (Red+Green+Blue) = 102+221+29=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DD1D is #9922E2. Grayscale: #A4A4A4. Windows color (decimal): -10035939 or 1957222. OLE color: 1957222.

HSL color Cylindrical-coordinate representation of color #66DD1D: hue angle of 97.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66DD1D is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 29 -
CMYK 0.54 0 0.87 0.13
HSL 97.19º 0.77% 0.49% -
HSV(B) 97.19º 0.87% 0.87% -
XYZ 31.56 54.63 10.04 -
YUV 163.53 52.08 84.11 -
System Red Green Blue C M Y K H S L
Decimal 102 221 29 0.54 0 0.87 0.13 97.19 0.77 0.49
Hex 66 DD 1D 36 0 57 D 61 4D 31
Octal 146 335 35 66 0 127 15 141 115 61
Binary 1100110 11011101 11101 110110 0 1010111 1101 1100001 1001101 110001

Color Harmonies of #66DD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DD1D

Black with #66DD1D

Text Example


Text Example

White with #66DD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66DD1D; }

 p { color: rgb(102,221,29); }

 H1.HeaderClassName
 {
   color: #66DD1D;
 }
 .AnyTagClassName
 {
   color: #66DD1D;
 }
</style>

background-color css

<style>
 a { background-color: #66DD1D; }

 a { background-color: rgb(102,221,29); }

 div.DivClassName
 {
   background-color: #66DD1D;
 }
 .BgClassName
 {
   background-color: #66DD1D;
 }
</style>

border-color css

<style>
 span { border-color: #66DD1D; }

 span { border-color: rgb(102,221,29); }

 td.TdClassName
 {
   border-color: #66DD1D;
 }
 .TagClassName
 {
   border-color: #66DD1D;
 }
</style>