#5DBA73

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

Shades of Fern #5DBA73

Tints of Fern #5DBA73

Color information

#5DBA73 (or 0x5DBA73) is unknown color: approx Fern. HEX triplet: 5D, BA and 73. RGB value is (93,186,115). Sum of RGB (Red+Green+Blue) = 93+186+115=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA73 is #A2458C. Grayscale: #969696. Windows color (decimal): -10634637 or 7584349. OLE color: 7584349.

HSL color Cylindrical-coordinate representation of color #5DBA73: hue angle of 134.19º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DBA73 is Cyan = 0.5, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB93186115-
CMYK0.500.380.27
HSL134.19º40.26%54.71%-
HSV(B)134.19º50%72.94%-
XYZ25.1738.6822.36-
YUV150.1108.1987.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.60%
GREEN value IS 186 (73.05% from 255) = 47.21%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=23.60%
G=47.21%
B=29.19%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931861150.500.380.27134.1940.2654.71
Hex5DBA73320261B862837
Octal13527216362046332065067
Binary101110110111010111001111001001001101101110000110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,186,115); }

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

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

 a { background-color: rgb(93,186,115); }

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

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

 span { border-color: rgb(93,186,115); }

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