#42B528

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

Shades of Kelly Green #42B528

Tints of Kelly Green #42B528

Color information

#42B528 (or 0x42B528) is unknown color: approx Kelly Green. HEX triplet: 42, B5 and 28. RGB value is (66,181,40). Sum of RGB (Red+Green+Blue) = 66+181+40=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 181 (71.09% from 255 or 63.07% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 181 - color contains mainly: green. Hex color #42B528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42B528 is #BD4AD7. Grayscale: #828282. Windows color (decimal): -12405464 or 2667842. OLE color: 2667842.

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

Color convert

RGB6618140-
CMYK0.6400.780.29
HSL108.94º63.8%43.33%-
HSV(B)108.94º77.9%70.98%-
XYZ19.1534.367.63-
YUV130.5476.981.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 181 (71.09% from 255) = 63.07%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=23.00%
G=63.07%
B=13.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66181400.6400.780.29108.9463.843.33
Hex42B5284004E1D6d402b
Octal1022655010001163515510053
Binary1000010101101011010001000000010011101110111011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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