#42C222

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

Shades of Kelly Green #42C222

Tints of Kelly Green #42C222

Color information

#42C222 (or 0x42C222) is unknown color: approx Kelly Green. HEX triplet: 42, C2 and 22. RGB value is (66,194,34). Sum of RGB (Red+Green+Blue) = 66+194+34=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 194 (76.17% from 255 or 65.99% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 194 - color contains mainly: green. Hex color #42C222 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C222 is #BD3DDD. Grayscale: #8A8A8A. Windows color (decimal): -12402142 or 2277954. OLE color: 2277954.

HSL color Cylindrical-coordinate representation of color #42C222: hue angle of 108º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42C222 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB6619434-
CMYK0.6600.820.24
HSL108º70.18%44.71%-
HSV(B)108º82.47%76.08%-
XYZ21.8339.868.06-
YUV137.4969.5977.01-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 194 (76.17% from 255) = 65.99%
BLUE value IS 34 (13.67% from 255) = 11.56%
R=22.45%
G=65.99%
B=11.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66194340.6600.820.2410870.1844.71
Hex42C22242052186c462d
Octal1023024210201223015410655
Binary1000010110000101000101000010010100101100011011001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42C222; }

 p { color: rgb(66,194,34); }

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

<style>
 a { background-color: #42C222; }

 a { background-color: rgb(66,194,34); }

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

<style>
 span { border-color: #42C222; }

 span { border-color: rgb(66,194,34); }

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