#53A502

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

Shades of Kelly Green #53A502

Tints of Kelly Green #53A502

Color information

#53A502 (or 0x53A502) is unknown color: approx Kelly Green. HEX triplet: 53, A5 and 02. RGB value is (83,165,2). Sum of RGB (Red+Green+Blue) = 83+165+2=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #53A502 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A502 is #AC5AFD. Grayscale: #7A7A7A. Windows color (decimal): -11295486 or 173395. OLE color: 173395.

HSL color Cylindrical-coordinate representation of color #53A502: hue angle of 90.18º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53A502 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB831652-
CMYK0.5000.990.35
HSL90.18º97.6%32.75%-
HSV(B)90.18º98.79%64.71%-
XYZ17.0328.754.71-
YUV121.960.33100.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 165 (64.84% from 255) = 66%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=33.2%
G=66%
B=0.8%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8316520.5000.990.3590.1897.632.75
Hex53A5232063235a6221
Octal12324526201434313214241
Binary101001110100101101100100110001110001110110101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53A502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53A502; }

 p { color: rgb(83,165,2); }

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

<style>
 a { background-color: #53A502; }

 a { background-color: rgb(83,165,2); }

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

<style>
 span { border-color: #53A502; }

 span { border-color: rgb(83,165,2); }

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