#52A803

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

Shades of Kelly Green #52A803

Tints of Kelly Green #52A803

Color information

#52A803 (or 0x52A803) is unknown color: approx Kelly Green. HEX triplet: 52, A8 and 03. RGB value is (82,168,3). Sum of RGB (Red+Green+Blue) = 82+168+3=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 168 (66.02% from 255 or 66.40% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 168 - color contains mainly: green. Hex color #52A803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A803 is #AD57FC. Grayscale: #7C7C7C. Windows color (decimal): -11360253 or 239698. OLE color: 239698.

HSL color Cylindrical-coordinate representation of color #52A803: hue angle of 91.27º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52A803 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB821683-
CMYK0.5100.980.34
HSL91.27º96.49%33.53%-
HSV(B)91.27º98.21%65.88%-
XYZ17.529.814.92-
YUV123.4860.0198.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 168 (66.02% from 255) = 66.40%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=32.41%
G=66.40%
B=1.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal8216830.5100.980.3491.2796.4933.53
Hex52A8333062225b6022
Octal12225036301424213314042
Binary101001010101000111100110110001010001010110111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,168,3); }

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

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

 a { background-color: rgb(82,168,3); }

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

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

 span { border-color: rgb(82,168,3); }

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