Html Css Color HEX #5DBA74 Fern

📋 copy color: '#5DBA74'

red 93 ◦ green 186 ◦ blue 116

#5DBA74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #5DBA74

Tints of Fern #5DBA74

RGB

 RED value IS 93 (36.72% from 255) = 23.54%

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 116 (45.7% from 255) = 29.37%

R = 23.54%
G = 47.09%
B = 29.37%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#5DBA74 (or 0x5DBA74) is known color: Fern. HEX triplet: 5D, BA and 74. RGB value is (93,186,116). Sum of RGB (Red+Green+Blue) = 93+186+116=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA74 is #A2458B. Grayscale: #969696. Windows color (decimal): -10634636 or 7649885. OLE color: 7649885.

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

Color convert

RGB 93 186 116 -
CMYK 0.5 0 0.38 0.27
HSL 134.84º 0.4% 0.55% -
HSV(B) 134.84º 0.5% 0.73% -
XYZ 25.23 38.71 22.66 -
YUV 150.21 108.69 87.19 -
System Red Green Blue C M Y K H S L
Decimal 93 186 116 0.5 0 0.38 0.27 134.84 0.4 0.55
Hex 5D BA 74 32 0 26 1B 87 28 37
Octal 135 272 164 62 0 46 33 207 50 67
Binary 1011101 10111010 1110100 110010 0 100110 11011 10000111 101000 110111

Color Harmonies of #5DBA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA74

Black with #5DBA74

Text Example


Text Example

White with #5DBA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5DBA74;
 }
 .AnyTagClassName
 {
   color: #5DBA74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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