Html Css Color HEX #5DBA75 Fern

📋 copy color: '#5DBA75'

red 93 ◦ green 186 ◦ blue 117

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

Shades of Fern #5DBA75

Tints of Fern #5DBA75

RGB

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

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

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

R = 23.48%
G = 46.97%
B = 29.55%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#5DBA75 (or 0x5DBA75) is known color: Fern. HEX triplet: 5D, BA and 75. RGB value is (93,186,117). Sum of RGB (Red+Green+Blue) = 93+186+117=396 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.48% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA75 is #A2458A. Grayscale: #969696. Windows color (decimal): -10634635 or 7715421. OLE color: 7715421.

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

Color convert

RGB 93 186 117 -
CMYK 0.5 0 0.37 0.27
HSL 135.48º 0.4% 0.55% -
HSV(B) 135.48º 0.5% 0.73% -
XYZ 25.28 38.73 22.97 -
YUV 150.33 109.19 87.11 -
System Red Green Blue C M Y K H S L
Decimal 93 186 117 0.5 0 0.37 0.27 135.48 0.4 0.55
Hex 5D BA 75 32 0 25 1B 87 28 37
Octal 135 272 165 62 0 45 33 207 50 67
Binary 1011101 10111010 1110101 110010 0 100101 11011 10000111 101000 110111

Color Harmonies of #5DBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA75

Black with #5DBA75

Text Example


Text Example

White with #5DBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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