#42B52F

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

Shades of Kelly Green #42B52F

Tints of Kelly Green #42B52F

Color information

#42B52F (or 0x42B52F) is unknown color: approx Kelly Green. HEX triplet: 42, B5 and 2F. RGB value is (66,181,47). Sum of RGB (Red+Green+Blue) = 66+181+47=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #42B52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B52F is #BD4AD0. Grayscale: #838383. Windows color (decimal): -12405457 or 3126594. OLE color: 3126594.

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

Color convert

RGB6618147-
CMYK0.6400.740.29
HSL111.49º58.77%44.71%-
HSV(B)111.49º74.03%70.98%-
XYZ19.2834.418.32-
YUV131.3480.481.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 181 (71.09% from 255) = 61.56%
BLUE value IS 47 (18.75% from 255) = 15.99%
R=22.45%
G=61.56%
B=15.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66181470.6400.740.29111.4958.7744.71
Hex42B52F4004A1D6f3b2d
Octal102265571000112351577355
Binary100001010110101101111100000001001010111011101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,181,47); }

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

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

 a { background-color: rgb(66,181,47); }

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

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

 span { border-color: rgb(66,181,47); }

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