#5DA861

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

Shades of Fern #5DA861

Tints of Fern #5DA861

Color information

#5DA861 (or 0x5DA861) is unknown color: approx Fern. HEX triplet: 5D, A8 and 61. RGB value is (93,168,97). Sum of RGB (Red+Green+Blue) = 93+168+97=358 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.98% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #5DA861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA861 is #A2579E. Grayscale: #898989. Windows color (decimal): -10639263 or 6400093. OLE color: 6400093.

HSL color Cylindrical-coordinate representation of color #5DA861: hue angle of 123.2º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA861 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB9316897-
CMYK0.4500.420.34
HSL123.2º30.12%51.18%-
HSV(B)123.2º44.64%65.88%-
XYZ20.6731.216.24-
YUV137.48105.1596.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.98%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=25.98%
G=46.93%
B=27.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal93168970.4500.420.34123.230.1251.18
Hex5DA8612D02A227b1e33
Octal13525014155052421733663
Binary10111011010100011000011011010101010100010111101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DA861; }

 p { color: rgb(93,168,97); }

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

<style>
 a { background-color: #5DA861; }

 a { background-color: rgb(93,168,97); }

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

<style>
 span { border-color: #5DA861; }

 span { border-color: rgb(93,168,97); }

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