#66CE14

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

Shades of Kelly Green #66CE14

Tints of Kelly Green #66CE14

Color information

#66CE14 (or 0x66CE14) is unknown color: approx Kelly Green. HEX triplet: 66, CE and 14. RGB value is (102,206,20). Sum of RGB (Red+Green+Blue) = 102+206+20=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #66CE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66CE14 is #9931EB. Grayscale: #9A9A9A. Windows color (decimal): -10039788 or 1363558. OLE color: 1363558.

HSL color Cylindrical-coordinate representation of color #66CE14: hue angle of 93.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66CE14 is Cyan = 0.50, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB10220620-
CMYK0.5000.900.19
HSL93.55º82.3%44.31%-
HSV(B)93.55º90.29%80.78%-
XYZ27.6847.028.28-
YUV153.752.5491.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 206 (80.86% from 255) = 62.80%
BLUE value IS 20 (8.20% from 255) = 6.10%
R=31.10%
G=62.80%
B=6.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal102206200.5000.900.1993.5582.344.31
Hex66CE143205A135e522c
Octal146316246201322313612254
Binary11001101100111010100110010010110101001110111101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,206,20); }

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

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

 a { background-color: rgb(102,206,20); }

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

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

 span { border-color: rgb(102,206,20); }

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