#52B129

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

Shades of Kelly Green #52B129

Tints of Kelly Green #52B129

Color information

#52B129 (or 0x52B129) is unknown color: approx Kelly Green. HEX triplet: 52, B1 and 29. RGB value is (82,177,41). Sum of RGB (Red+Green+Blue) = 82+177+41=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #52B129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B129 is #AD4ED6. Grayscale: #858585. Windows color (decimal): -11357911 or 2732370. OLE color: 2732370.

HSL color Cylindrical-coordinate representation of color #52B129: hue angle of 101.91º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52B129 is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB8217741-
CMYK0.5400.770.31
HSL101.91º62.39%42.75%-
HSV(B)101.91º76.84%69.41%-
XYZ19.633.47.51-
YUV133.0976.0391.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.33%
GREEN value IS 177 (69.53% from 255) = 59%
BLUE value IS 41 (16.41% from 255) = 13.67%
R=27.33%
G=59%
B=13.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal82177410.5400.770.31101.9162.3942.75
Hex52B1293604D1F663e2b
Octal12226151660115371467653
Binary10100101011000110100111011001001101111111100110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52B129; }

 p { color: rgb(82,177,41); }

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

<style>
 a { background-color: #52B129; }

 a { background-color: rgb(82,177,41); }

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

<style>
 span { border-color: #52B129; }

 span { border-color: rgb(82,177,41); }

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