#52BA32

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

Shades of Kelly Green #52BA32

Tints of Kelly Green #52BA32

Color information

#52BA32 (or 0x52BA32) is unknown color: approx Kelly Green. HEX triplet: 52, BA and 32. RGB value is (82,186,50). Sum of RGB (Red+Green+Blue) = 82+186+50=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA32 is #AD45CD. Grayscale: #8B8B8B. Windows color (decimal): -11355598 or 3324498. OLE color: 3324498.

HSL color Cylindrical-coordinate representation of color #52BA32: hue angle of 105.88º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52BA32 is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB8218650-
CMYK0.5600.730.27
HSL105.88º57.63%46.27%-
HSV(B)105.88º73.12%72.94%-
XYZ21.6137.149.05-
YUV139.477.5487.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 186 (73.05% from 255) = 58.49%
BLUE value IS 50 (19.92% from 255) = 15.72%
R=25.79%
G=58.49%
B=15.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal82186500.5600.730.27105.8857.6346.27
Hex52BA32380491B6a3a2e
Octal12227262700111331527256
Binary10100101011101011001011100001001001110111101010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,186,50); }

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

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

 a { background-color: rgb(82,186,50); }

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

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

 span { border-color: rgb(82,186,50); }

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