#52B811

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

Shades of Kelly Green #52B811

Tints of Kelly Green #52B811

Color information

#52B811 (or 0x52B811) is unknown color: approx Kelly Green. HEX triplet: 52, B8 and 11. RGB value is (82,184,17). Sum of RGB (Red+Green+Blue) = 82+184+17=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #52B811 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B811 is #AD47EE. Grayscale: #878787. Windows color (decimal): -11356143 or 1161298. OLE color: 1161298.

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

Color convert

RGB8218417-
CMYK0.5500.910.28
HSL96.65º83.08%39.41%-
HSV(B)96.65º90.76%72.16%-
XYZ20.7236.126.41-
YUV134.4661.7190.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 184 (72.27% from 255) = 65.02%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=28.98%
G=65.02%
B=6.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82184170.5500.910.2896.6583.0839.41
Hex52B8113705B1C615327
Octal122270216701333414112347
Binary10100101011100010001110111010110111110011000011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,184,17); }

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

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

 a { background-color: rgb(82,184,17); }

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

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

 span { border-color: rgb(82,184,17); }

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