#53D954

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

Shades of Fern #53D954

Tints of Fern #53D954

Color information

#53D954 (or 0x53D954) is unknown color: approx Fern. HEX triplet: 53, D9 and 54. RGB value is (83,217,84). Sum of RGB (Red+Green+Blue) = 83+217+84=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #53D954 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D954 is #AC26AB. Grayscale: #A2A2A2. Windows color (decimal): -11282092 or 5560659. OLE color: 5560659.

HSL color Cylindrical-coordinate representation of color #53D954: hue angle of 120.45º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D954 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB8321784-
CMYK0.6200.610.15
HSL120.45º63.81%58.82%-
HSV(B)120.45º61.75%85.1%-
XYZ29.9852.116.86-
YUV161.7784.1171.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 217 (85.16% from 255) = 56.51%
BLUE value IS 84 (33.20% from 255) = 21.88%
R=21.61%
G=56.51%
B=21.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83217840.6200.610.15120.4563.8158.82
Hex53D9543E03DF78403b
Octal123331124760751717010073
Binary10100111101100110101001111100111101111111110001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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