#66DD1B

Color #66DD1B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #66DD1B

Tints of Kelly Green #66DD1B

Color information

#66DD1B (or 0x66DD1B) is unknown color: approx Kelly Green. HEX triplet: 66, DD and 1B. RGB value is (102,221,27). Sum of RGB (Red+Green+Blue) = 102+221+27=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 27 (10.94% from 255 or 7.71% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD1B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DD1B is #9922E4. Grayscale: #A3A3A3. Windows color (decimal): -10035941 or 1826150. OLE color: 1826150.

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

Color convert

RGB10222127-
CMYK0.5400.880.13
HSL96.8º78.23%48.63%-
HSV(B)96.8º87.78%86.67%-
XYZ31.5354.629.92-
YUV163.351.0884.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 221 (86.72% from 255) = 63.14%
BLUE value IS 27 (10.94% from 255) = 7.71%
R=29.14%
G=63.14%
B=7.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102221270.5400.880.1396.878.2348.63
Hex66DD1B36058D614e31
Octal146335336601301514111661
Binary1100110110111011101111011001011000110111000011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66DD1B;
 }
 .AnyTagClassName
 {
   color: #66DD1B;
 }
</style>
background-color css

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

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

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

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

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

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