Html Css Color HEX #5DB975 Fern

📋 copy color: '#5DB975'

red 93 ◦ green 185 ◦ blue 117

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

Shades of Fern #5DB975

Tints of Fern #5DB975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 23.54%
G = 46.84%
B = 29.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#5DB975 (or 0x5DB975) is known color: Fern. HEX triplet: 5D, B9 and 75. RGB value is (93,185,117). Sum of RGB (Red+Green+Blue) = 93+185+117=395 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.54% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DB975 is #A2468A. Grayscale: #959595. Windows color (decimal): -10634891 or 7715165. OLE color: 7715165.

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

Color convert

RGB 93 185 117 -
CMYK 0.50 0 0.37 0.27
HSL 135.65º 0.4% 0.55% -
HSV(B) 135.65º 0.5% 0.73% -
XYZ 25.07 38.31 22.9 -
YUV 149.74 109.52 87.53 -
System Red Green Blue C M Y K H S L
Decimal 93 185 117 0.50 0 0.37 0.27 135.65 0.4 0.55
Hex 5D B9 75 32 0 25 1B 88 28 37
Octal 135 271 165 62 0 45 33 210 50 67
Binary 1011101 10111001 1110101 110010 0 100101 11011 10001000 101000 110111

Color Harmonies of #5DB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DB975

Black with #5DB975

Text Example


Text Example

White with #5DB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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