#53C55A

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

Shades of Fern #53C55A

Tints of Fern #53C55A

Color information

#53C55A (or 0x53C55A) is unknown color: approx Fern. HEX triplet: 53, C5 and 5A. RGB value is (83,197,90). Sum of RGB (Red+Green+Blue) = 83+197+90=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #53C55A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C55A is #AC3AA5. Grayscale: #979797. Windows color (decimal): -11287206 or 5948755. OLE color: 5948755.

HSL color Cylindrical-coordinate representation of color #53C55A: hue angle of 123.68º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C55A is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB8319790-
CMYK0.5800.540.23
HSL123.68º49.57%54.9%-
HSV(B)123.68º57.87%77.25%-
XYZ25.3842.5116.54-
YUV150.7293.7379.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.43%
GREEN value IS 197 (77.34% from 255) = 53.24%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=22.43%
G=53.24%
B=24.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83197900.5800.540.23123.6849.5754.9
Hex53C55A3A036177c3237
Octal12330513272066271746267
Binary10100111100010110110101110100110110101111111100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,197,90); }

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

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

 a { background-color: rgb(83,197,90); }

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

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

 span { border-color: rgb(83,197,90); }

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