#66ca2a

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

Shades of Kelly Green #66CA2A

Tints of Kelly Green #66CA2A

Color information

#66CA2A (or 0x66CA2A) is unknown color: approx Kelly Green. HEX triplet: 66, CA and 2A. RGB value is (102,202,42). Sum of RGB (Red+Green+Blue) = 102+202+42=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA2A is #9935D5. Grayscale: #9A9A9A. Windows color (decimal): -10040790 or 2804326. OLE color: 2804326.

HSL color Cylindrical-coordinate representation of color #66CA2A: hue angle of 97.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66CA2A is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB10220242-
CMYK0.5000.790.21
HSL97.5º65.57%47.84%-
HSV(B)97.5º79.21%79.22%-
XYZ27.0245.239.5-
YUV153.8664.8791.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.48%
GREEN value IS 202 (79.30% from 255) = 58.38%
BLUE value IS 42 (16.80% from 255) = 12.14%
R=29.48%
G=58.38%
B=12.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102202420.5000.790.2197.565.5747.84
Hex66CA2A3204F15624230
Octal146312526201172514210260
Binary110011011001010101010110010010011111010111000101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66ca2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,202,42); }

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

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

 a { background-color: rgb(102,202,42); }

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

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

 span { border-color: rgb(102,202,42); }

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