#66CD26

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

Shades of Kelly Green #66CD26

Tints of Kelly Green #66CD26

Color information

#66CD26 (or 0x66CD26) is unknown color: approx Kelly Green. HEX triplet: 66, CD and 26. RGB value is (102,205,38). Sum of RGB (Red+Green+Blue) = 102+205+38=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CD26 is #9932D9. Grayscale: #9B9B9B. Windows color (decimal): -10040026 or 2542950. OLE color: 2542950.

HSL color Cylindrical-coordinate representation of color #66CD26: hue angle of 97.01º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66CD26 is Cyan = 0.50, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB10220538-
CMYK0.5000.810.20
HSL97.01º68.72%47.65%-
HSV(B)97.01º81.46%80.39%-
XYZ27.6646.639.38-
YUV155.1661.8890.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 205 (80.47% from 255) = 59.42%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=29.57%
G=59.42%
B=11.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102205380.5000.810.2097.0168.7247.65
Hex66CD263205114614530
Octal146315466201212414110560
Binary110011011001101100110110010010100011010011000011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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