#53AF00

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

Shades of Kelly Green #53AF00

Tints of Kelly Green #53AF00

Color information

#53AF00 (or 0x53AF00) is unknown color: approx Kelly Green. HEX triplet: 53, AF and 00. RGB value is (83,175,0). Sum of RGB (Red+Green+Blue) = 83+175+0=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AF00 is #AC50FF. Grayscale: #808080. Windows color (decimal): -11292928 or 44883. OLE color: 44883.

HSL color Cylindrical-coordinate representation of color #53AF00: hue angle of 91.54º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53AF00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB831750-
CMYK0.53010.31
HSL91.54º100%34.31%-
HSV(B)91.54º100%68.63%-
XYZ18.932.55.28-
YUV127.5456.0296.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 175 (68.75% from 255) = 67.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.17%
G=67.83%
B=0%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8317500.53010.3191.5410034.31
Hex53AF0350641F5c6422
Octal12325706501443713414442
Binary1010011101011110110101011001001111110111001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,175,0); }

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

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

 a { background-color: rgb(83,175,0); }

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

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

 span { border-color: rgb(83,175,0); }

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