#66C526

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

Shades of Kelly Green #66C526

Tints of Kelly Green #66C526

Color information

#66C526 (or 0x66C526) is unknown color: approx Kelly Green. HEX triplet: 66, C5 and 26. RGB value is (102,197,38). Sum of RGB (Red+Green+Blue) = 102+197+38=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #66C526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C526 is #993AD9. Grayscale: #979797. Windows color (decimal): -10042074 or 2540902. OLE color: 2540902.

HSL color Cylindrical-coordinate representation of color #66C526: hue angle of 95.85º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66C526 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB10219738-
CMYK0.4800.810.23
HSL95.85º67.66%46.08%-
HSV(B)95.85º80.71%77.25%-
XYZ25.842.98.75-
YUV150.4764.5393.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 197 (77.34% from 255) = 58.46%
BLUE value IS 38 (15.23% from 255) = 11.28%
R=30.27%
G=58.46%
B=11.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102197380.4800.810.2395.8567.6646.08
Hex66C526300511760442e
Octal146305466001212714010456
Binary110011011000101100110110000010100011011111000001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,197,38); }

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

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

 a { background-color: rgb(102,197,38); }

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

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

 span { border-color: rgb(102,197,38); }

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