#66C60B

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

Shades of Kelly Green #66C60B

Tints of Kelly Green #66C60B

Color information

#66C60B (or 0x66C60B) is unknown color: approx Kelly Green. HEX triplet: 66, C6 and 0B. RGB value is (102,198,11). Sum of RGB (Red+Green+Blue) = 102+198+11=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #66C60B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66C60B is #9939F4. Grayscale: #949494. Windows color (decimal): -10041845 or 771686. OLE color: 771686.

HSL color Cylindrical-coordinate representation of color #66C60B: hue angle of 90.8º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #66C60B is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB10219811-
CMYK0.4800.940.22
HSL90.8º89.47%40.98%-
HSV(B)90.8º94.44%77.65%-
XYZ25.7343.247.31-
YUV147.9850.795.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 198 (77.73% from 255) = 63.67%
BLUE value IS 11 (4.69% from 255) = 3.54%
R=32.80%
G=63.67%
B=3.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102198110.4800.940.2290.889.4740.98
Hex66C6B3005E165b5929
Octal146306136001362613313151
Binary1100110110001101011110000010111101011010110111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,198,11); }

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

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

 a { background-color: rgb(102,198,11); }

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

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

 span { border-color: rgb(102,198,11); }

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