#66D512

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

Shades of Kelly Green #66D512

Tints of Kelly Green #66D512

Color information

#66D512 (or 0x66D512) is unknown color: approx Kelly Green. HEX triplet: 66, D5 and 12. RGB value is (102,213,18). Sum of RGB (Red+Green+Blue) = 102+213+18=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #66D512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66D512 is #992AED. Grayscale: #9E9E9E. Windows color (decimal): -10037998 or 1234278. OLE color: 1234278.

HSL color Cylindrical-coordinate representation of color #66D512: hue angle of 94.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #66D512 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB10221318-
CMYK0.5200.920.16
HSL94.15º84.42%45.29%-
HSV(B)94.15º91.55%83.53%-
XYZ29.3850.468.76-
YUV157.5849.2388.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 213 (83.59% from 255) = 63.96%
BLUE value IS 18 (7.42% from 255) = 5.41%
R=30.63%
G=63.96%
B=5.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102213180.5200.920.1694.1584.4245.29
Hex66D5123405C105e542d
Octal146325226401342013612455
Binary11001101101010110010110100010111001000010111101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,213,18); }

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

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

 a { background-color: rgb(102,213,18); }

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

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

 span { border-color: rgb(102,213,18); }

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