#53C85E

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

Shades of Fern #53C85E

Tints of Fern #53C85E

Color information

#53C85E (or 0x53C85E) is unknown color: approx Fern. HEX triplet: 53, C8 and 5E. RGB value is (83,200,94). Sum of RGB (Red+Green+Blue) = 83+200+94=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #53C85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C85E is #AC37A1. Grayscale: #999999. Windows color (decimal): -11286434 or 6211667. OLE color: 6211667.

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

Color convert

RGB8320094-
CMYK0.5800.530.22
HSL125.64º51.54%55.49%-
HSV(B)125.64º58.5%78.43%-
XYZ26.2443.9617.69-
YUV152.9394.7478.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.02%
GREEN value IS 200 (78.52% from 255) = 53.05%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=22.02%
G=53.05%
B=24.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal83200940.5800.530.22125.6451.5455.49
Hex53C85E3A035167e3437
Octal12331013672065261766467
Binary10100111100100010111101110100110101101101111110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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