#53B85F

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

Shades of Fern #53B85F

Tints of Fern #53B85F

Color information

#53B85F (or 0x53B85F) is unknown color: approx Fern. HEX triplet: 53, B8 and 5F. RGB value is (83,184,95). Sum of RGB (Red+Green+Blue) = 83+184+95=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #53B85F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B85F is #AC47A0. Grayscale: #8F8F8F. Windows color (decimal): -11290529 or 6273107. OLE color: 6273107.

HSL color Cylindrical-coordinate representation of color #53B85F: hue angle of 127.13º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B85F is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB8318495-
CMYK0.5500.480.28
HSL127.13º41.56%52.35%-
HSV(B)127.13º54.89%72.16%-
XYZ22.7736.9516.76-
YUV143.66100.5484.74-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.93%
GREEN value IS 184 (72.27% from 255) = 50.83%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=22.93%
G=50.83%
B=26.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal83184950.5500.480.28127.1341.5652.35
Hex53B85F370301C7f2a34
Octal12327013767060341775264
Binary10100111011100010111111101110110000111001111111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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