#52B225

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

Shades of Kelly Green #52B225

Tints of Kelly Green #52B225

Color information

#52B225 (or 0x52B225) is unknown color: approx Kelly Green. HEX triplet: 52, B2 and 25. RGB value is (82,178,37). Sum of RGB (Red+Green+Blue) = 82+178+37=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #52B225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B225 is #AD4DDA. Grayscale: #858585. Windows color (decimal): -11357659 or 2470482. OLE color: 2470482.

HSL color Cylindrical-coordinate representation of color #52B225: hue angle of 100.85º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52B225 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB8217837-
CMYK0.5400.790.30
HSL100.85º65.58%42.16%-
HSV(B)100.85º79.21%69.8%-
XYZ19.7333.777.23-
YUV133.2273.791.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.61%
GREEN value IS 178 (69.92% from 255) = 59.93%
BLUE value IS 37 (14.84% from 255) = 12.46%
R=27.61%
G=59.93%
B=12.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal82178370.5400.790.30100.8565.5842.16
Hex52B2253604F1E65422a
Octal122262456601173614510252
Binary101001010110010100101110110010011111111011001011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,178,37); }

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

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

 a { background-color: rgb(82,178,37); }

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

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

 span { border-color: rgb(82,178,37); }

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