#52B80D

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

Shades of Kelly Green #52B80D

Tints of Kelly Green #52B80D

Color information

#52B80D (or 0x52B80D) is unknown color: approx Kelly Green. HEX triplet: 52, B8 and 0D. RGB value is (82,184,13). Sum of RGB (Red+Green+Blue) = 82+184+13=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 184 (72.27% from 255 or 65.95% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 184 - color contains mainly: green. Hex color #52B80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B80D is #AD47F2. Grayscale: #868686. Windows color (decimal): -11356147 or 899154. OLE color: 899154.

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

Color convert

RGB8218413-
CMYK0.5500.930.28
HSL95.79º86.8%38.63%-
HSV(B)95.79º92.93%72.16%-
XYZ20.6936.16.26-
YUV134.0159.7190.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 184 (72.27% from 255) = 65.95%
BLUE value IS 13 (5.47% from 255) = 4.66%
R=29.39%
G=65.95%
B=4.66%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal82184130.5500.930.2895.7986.838.63
Hex52B8D3705D1C605727
Octal122270156701353414012747
Binary1010010101110001101110111010111011110011000001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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