#42B62B

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

Shades of Kelly Green #42B62B

Tints of Kelly Green #42B62B

Color information

#42B62B (or 0x42B62B) is unknown color: approx Kelly Green. HEX triplet: 42, B6 and 2B. RGB value is (66,182,43). Sum of RGB (Red+Green+Blue) = 66+182+43=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 182 (71.48% from 255 or 62.54% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 182 - color contains mainly: green. Hex color #42B62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B62B is #BD49D4. Grayscale: #838383. Windows color (decimal): -12405205 or 2864706. OLE color: 2864706.

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

Color convert

RGB6618243-
CMYK0.6400.760.29
HSL110.07º61.78%44.12%-
HSV(B)110.07º76.37%71.37%-
XYZ19.4134.797.98-
YUV131.4778.0781.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 182 (71.48% from 255) = 62.54%
BLUE value IS 43 (17.19% from 255) = 14.78%
R=22.68%
G=62.54%
B=14.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66182430.6400.760.29110.0761.7844.12
Hex42B62B4004C1D6e3e2c
Octal102266531000114351567654
Binary100001010110110101011100000001001100111011101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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