#42B52C

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

Shades of Kelly Green #42B52C

Tints of Kelly Green #42B52C

Color information

#42B52C (or 0x42B52C) is unknown color: approx Kelly Green. HEX triplet: 42, B5 and 2C. RGB value is (66,181,44). Sum of RGB (Red+Green+Blue) = 66+181+44=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #42B52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B52C is #BD4AD3. Grayscale: #838383. Windows color (decimal): -12405460 or 2929986. OLE color: 2929986.

HSL color Cylindrical-coordinate representation of color #42B52C: hue angle of 110.36º degrees, saturation: 0.61, 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 #42B52C is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB6618144-
CMYK0.6400.760.29
HSL110.36º60.89%44.12%-
HSV(B)110.36º75.69%70.98%-
XYZ19.2334.398.01-
YUV13178.981.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.68%
GREEN value IS 181 (71.09% from 255) = 62.20%
BLUE value IS 44 (17.58% from 255) = 15.12%
R=22.68%
G=62.20%
B=15.12%

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
Decimal66181440.6400.760.29110.3660.8944.12
Hex42B52C4004C1D6e3d2c
Octal102265541000114351567554
Binary100001010110101101100100000001001100111011101110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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