#5DBA5D

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

Shades of Fern #5DBA5D

Tints of Fern #5DBA5D

Color information

#5DBA5D (or 0x5DBA5D) is unknown color: approx Fern. HEX triplet: 5D, BA and 5D. RGB value is (93,186,93). Sum of RGB (Red+Green+Blue) = 93+186+93=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA5D is #A245A2. Grayscale: #939393. Windows color (decimal): -10634659 or 6142557. OLE color: 6142557.

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

Color convert

RGB9318693-
CMYK0.500.50.27
HSL120º40.26%54.71%-
HSV(B)120º50%72.94%-
XYZ24.0538.2416.47-
YUV147.5997.1989.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 50%
BLUE value IS 93 (36.72% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93186930.500.50.2712040.2654.71
Hex5DBA5D320321B782837
Octal13527213562062331705067
Binary10111011011101010111011100100110010110111111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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