Html Css Color HEX #5DB970 Fern

📋 copy color: '#5DB970'

red 93 ◦ green 185 ◦ blue 112

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

Shades of Fern #5DB970

Tints of Fern #5DB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.44%

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 23.85%
G = 47.44%
B = 28.72%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#5DB970 (or 0x5DB970) is known color: Fern. HEX triplet: 5D, B9 and 70. RGB value is (93,185,112). Sum of RGB (Red+Green+Blue) = 93+185+112=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB970 is #A2468F. Grayscale: #959595. Windows color (decimal): -10634896 or 7387485. OLE color: 7387485.

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

Color convert

RGB 93 185 112 -
CMYK 0.50 0 0.39 0.27
HSL 132.39º 0.4% 0.55% -
HSV(B) 132.39º 0.5% 0.73% -
XYZ 24.79 38.19 21.4 -
YUV 149.17 107.02 87.94 -
System Red Green Blue C M Y K H S L
Decimal 93 185 112 0.50 0 0.39 0.27 132.39 0.4 0.55
Hex 5D B9 70 32 0 27 1B 84 28 37
Octal 135 271 160 62 0 47 33 204 50 67
Binary 1011101 10111001 1110000 110010 0 100111 11011 10000100 101000 110111

Color Harmonies of #5DB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB970

Black with #5DB970

Text Example


Text Example

White with #5DB970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,185,112); }

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

background-color css

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

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

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

border-color css

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

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

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