#53AF61

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

Shades of Fern #53AF61

Tints of Fern #53AF61

Color information

#53AF61 (or 0x53AF61) is unknown color: approx Fern. HEX triplet: 53, AF and 61. RGB value is (83,175,97). Sum of RGB (Red+Green+Blue) = 83+175+97=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF61 is #AC509E. Grayscale: #8A8A8A. Windows color (decimal): -11292831 or 6401875. OLE color: 6401875.

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

Color convert

RGB8317597-
CMYK0.5300.450.31
HSL129.13º36.51%50.59%-
HSV(B)129.13º52.57%68.63%-
XYZ21.0533.3616.64-
YUV138.6104.5288.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 175 (68.75% from 255) = 49.30%
BLUE value IS 97 (38.28% from 255) = 27.32%
R=23.38%
G=49.30%
B=27.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175970.5300.450.31129.1336.5150.59
Hex53AF613502D1F812533
Octal12325714165055372014563
Binary101001110101111110000111010101011011111110000001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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