#53CA54

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

Shades of Fern #53CA54

Tints of Fern #53CA54

Color information

#53CA54 (or 0x53CA54) is unknown color: approx Fern. HEX triplet: 53, CA and 54. RGB value is (83,202,84). Sum of RGB (Red+Green+Blue) = 83+202+84=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53CA54 is #AC35AB. Grayscale: #999999. Windows color (decimal): -11285932 or 5556819. OLE color: 5556819.

HSL color Cylindrical-coordinate representation of color #53CA54: hue angle of 120.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA54 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB8320284-
CMYK0.5900.580.21
HSL120.5º52.89%55.88%-
HSV(B)120.5º58.91%79.22%-
XYZ26.2944.7215.63-
YUV152.9789.0878.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 202 (79.30% from 255) = 54.74%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=22.49%
G=54.74%
B=22.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83202840.5900.580.21120.552.8955.88
Hex53CA543B03A15793538
Octal12331212473072251716570
Binary10100111100101010101001110110111010101011111001110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,202,84); }

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

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

 a { background-color: rgb(83,202,84); }

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

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

 span { border-color: rgb(83,202,84); }

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