#53AF2F

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

Shades of Kelly Green #53AF2F

Tints of Kelly Green #53AF2F

Color information

#53AF2F (or 0x53AF2F) is unknown color: approx Kelly Green. HEX triplet: 53, AF and 2F. RGB value is (83,175,47). Sum of RGB (Red+Green+Blue) = 83+175+47=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AF2F is #AC50D0. Grayscale: #858585. Windows color (decimal): -11292881 or 3125075. OLE color: 3125075.

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

Color convert

RGB8317547-
CMYK0.5300.730.31
HSL103.12º57.66%43.53%-
HSV(B)103.12º73.14%68.63%-
XYZ19.4132.77.98-
YUV132.979.5292.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 47 (18.75% from 255) = 15.41%
R=27.21%
G=57.38%
B=15.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175470.5300.730.31103.1257.6643.53
Hex53AF2F350491F673a2c
Octal12325757650111371477254
Binary10100111010111110111111010101001001111111100111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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