#53C860

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

Shades of Fern #53C860

Tints of Fern #53C860

Color information

#53C860 (or 0x53C860) is unknown color: approx Fern. HEX triplet: 53, C8 and 60. RGB value is (83,200,96). Sum of RGB (Red+Green+Blue) = 83+200+96=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 200 (78.52% from 255 or 52.77% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 200 - color contains mainly: green. Hex color #53C860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C860 is #AC379F. Grayscale: #999999. Windows color (decimal): -11286432 or 6342739. OLE color: 6342739.

HSL color Cylindrical-coordinate representation of color #53C860: hue angle of 126.67º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C860 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB8320096-
CMYK0.5800.520.22
HSL126.67º51.54%55.49%-
HSV(B)126.67º58.5%78.43%-
XYZ26.3343.9918.17-
YUV153.1695.7477.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 200 (78.52% from 255) = 52.77%
BLUE value IS 96 (37.89% from 255) = 25.33%
R=21.90%
G=52.77%
B=25.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal83200960.5800.520.22126.6751.5455.49
Hex53C8603A034167f3437
Octal12331014072064261776467
Binary10100111100100011000001110100110100101101111111110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,200,96); }

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

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

 a { background-color: rgb(83,200,96); }

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

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

 span { border-color: rgb(83,200,96); }

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