#5DBA61

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

Shades of Fern #5DBA61

Tints of Fern #5DBA61

Color information

#5DBA61 (or 0x5DBA61) is unknown color: approx Fern. HEX triplet: 5D, BA and 61. RGB value is (93,186,97). Sum of RGB (Red+Green+Blue) = 93+186+97=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA61 is #A2459E. Grayscale: #949494. Windows color (decimal): -10634655 or 6404701. OLE color: 6404701.

HSL color Cylindrical-coordinate representation of color #5DBA61: hue angle of 122.58º 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 #5DBA61 is Cyan = 0.5, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB9318697-
CMYK0.500.480.27
HSL122.58º40.26%54.71%-
HSV(B)122.58º50%72.94%-
XYZ24.2338.3117.43-
YUV148.0599.1988.74-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.73%
GREEN value IS 186 (73.05% from 255) = 49.47%
BLUE value IS 97 (38.28% from 255) = 25.80%
R=24.73%
G=49.47%
B=25.80%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93186970.500.480.27122.5840.2654.71
Hex5DBA61320301B7b2837
Octal13527214162060331735067
Binary10111011011101011000011100100110000110111111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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