#66DD1F

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

Shades of Kelly Green #66DD1F

Tints of Kelly Green #66DD1F

Color information

#66DD1F (or 0x66DD1F) is unknown color: approx Kelly Green. HEX triplet: 66, DD and 1F. RGB value is (102,221,31). Sum of RGB (Red+Green+Blue) = 102+221+31=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD1F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DD1F is #9922E0. Grayscale: #A4A4A4. Windows color (decimal): -10035937 or 2088294. OLE color: 2088294.

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

Color convert

RGB10222131-
CMYK0.5400.860.13
HSL97.58º75.4%49.41%-
HSV(B)97.58º85.97%86.67%-
XYZ31.5854.6410.18-
YUV163.7653.0883.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 221 (86.72% from 255) = 62.43%
BLUE value IS 31 (12.5% from 255) = 8.76%
R=28.81%
G=62.43%
B=8.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102221310.5400.860.1397.5875.449.41
Hex66DD1F36056D624b31
Octal146335376601261514211361
Binary1100110110111011111111011001010110110111000101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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