#53C85F

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

Shades of Fern #53C85F

Tints of Fern #53C85F

Color information

#53C85F (or 0x53C85F) is unknown color: approx Fern. HEX triplet: 53, C8 and 5F. RGB value is (83,200,95). Sum of RGB (Red+Green+Blue) = 83+200+95=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 200 (78.52% from 255 or 52.91% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 200 - color contains mainly: green. Hex color #53C85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C85F is #AC37A0. Grayscale: #999999. Windows color (decimal): -11286433 or 6277203. OLE color: 6277203.

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

Color convert

RGB8320095-
CMYK0.5800.520.22
HSL126.15º51.54%55.49%-
HSV(B)126.15º58.5%78.43%-
XYZ26.2943.9717.93-
YUV153.0595.2478.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.96%
GREEN value IS 200 (78.52% from 255) = 52.91%
BLUE value IS 95 (37.5% from 255) = 25.13%
R=21.96%
G=52.91%
B=25.13%

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
Decimal83200950.5800.520.22126.1551.5455.49
Hex53C85F3A034167e3437
Octal12331013772064261766467
Binary10100111100100010111111110100110100101101111110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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