#52B731

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

Shades of Kelly Green #52B731

Tints of Kelly Green #52B731

Color information

#52B731 (or 0x52B731) is unknown color: approx Kelly Green. HEX triplet: 52, B7 and 31. RGB value is (82,183,49). Sum of RGB (Red+Green+Blue) = 82+183+49=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #52B731 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52B731 is #AD48CE. Grayscale: #898989. Windows color (decimal): -11356367 or 3258194. OLE color: 3258194.

HSL color Cylindrical-coordinate representation of color #52B731: hue angle of 105.22º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52B731 is Cyan = 0.55, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB8218349-
CMYK0.5500.730.28
HSL105.22º57.76%45.49%-
HSV(B)105.22º73.22%71.76%-
XYZ20.9735.888.73-
YUV137.5278.0488.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.11%
GREEN value IS 183 (71.88% from 255) = 58.28%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=26.11%
G=58.28%
B=15.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82183490.5500.730.28105.2257.7645.49
Hex52B731370491C693a2d
Octal12226761670111341517255
Binary10100101011011111000111011101001001111001101001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,183,49); }

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

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

 a { background-color: rgb(82,183,49); }

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

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

 span { border-color: rgb(82,183,49); }

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