#42B62E

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

Shades of Kelly Green #42B62E

Tints of Kelly Green #42B62E

Color information

#42B62E (or 0x42B62E) is unknown color: approx Kelly Green. HEX triplet: 42, B6 and 2E. RGB value is (66,182,46). Sum of RGB (Red+Green+Blue) = 66+182+46=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 182 (71.48% from 255 or 61.90% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 182 - color contains mainly: green. Hex color #42B62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B62E is #BD49D1. Grayscale: #848484. Windows color (decimal): -12405202 or 3061314. OLE color: 3061314.

HSL color Cylindrical-coordinate representation of color #42B62E: hue angle of 111.18º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42B62E is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB6618246-
CMYK0.6400.750.29
HSL111.18º59.65%44.71%-
HSV(B)111.18º74.73%71.37%-
XYZ19.4734.818.28-
YUV131.8179.5781.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 182 (71.48% from 255) = 61.90%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=22.45%
G=61.90%
B=15.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66182460.6400.750.29111.1859.6544.71
Hex42B62E4004B1D6f3c2d
Octal102266561000113351577455
Binary100001010110110101110100000001001011111011101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,182,46); }

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

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

 a { background-color: rgb(66,182,46); }

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

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

 span { border-color: rgb(66,182,46); }

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