#53AF62

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

Shades of Fern #53AF62

Tints of Fern #53AF62

Color information

#53AF62 (or 0x53AF62) is unknown color: approx Fern. HEX triplet: 53, AF and 62. RGB value is (83,175,98). Sum of RGB (Red+Green+Blue) = 83+175+98=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF62 is #AC509D. Grayscale: #8A8A8A. Windows color (decimal): -11292830 or 6467411. OLE color: 6467411.

HSL color Cylindrical-coordinate representation of color #53AF62: hue angle of 129.78º 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 #53AF62 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB8317598-
CMYK0.5300.440.31
HSL129.78º36.51%50.59%-
HSV(B)129.78º52.57%68.63%-
XYZ21.133.3816.89-
YUV138.71105.0288.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.31%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 98 (38.67% from 255) = 27.53%
R=23.31%
G=49.16%
B=27.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83175980.5300.440.31129.7836.5150.59
Hex53AF623502C1F822533
Octal12325714265054372024563
Binary101001110101111110001011010101011001111110000010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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