#66C12A

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

Shades of Kelly Green #66C12A

Tints of Kelly Green #66C12A

Color information

#66C12A (or 0x66C12A) is unknown color: approx Kelly Green. HEX triplet: 66, C1 and 2A. RGB value is (102,193,42). Sum of RGB (Red+Green+Blue) = 102+193+42=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #66C12A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C12A is #993ED5. Grayscale: #959595. Windows color (decimal): -10043094 or 2802022. OLE color: 2802022.

HSL color Cylindrical-coordinate representation of color #66C12A: hue angle of 96.16º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66C12A is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB10219342-
CMYK0.4700.780.24
HSL96.16º64.26%46.08%-
HSV(B)96.16º78.24%75.69%-
XYZ24.9741.138.81-
YUV148.5867.8594.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.27%
GREEN value IS 193 (75.78% from 255) = 57.27%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=30.27%
G=57.27%
B=12.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102193420.4700.780.2496.1664.2646.08
Hex66C12A2F04E1860402e
Octal146301525701163014010056
Binary110011011000001101010101111010011101100011000001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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