Html Css Color HEX #5FB375 Fern

📋 copy color: '#5FB375'

red 95 ◦ green 179 ◦ blue 117

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

Shades of Fern #5FB375

Tints of Fern #5FB375

RGB

 RED value IS 95 (37.5% from 255) = 24.3%

 GREEN value IS 179 (70.31% from 255) = 45.78%

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

R = 24.3%
G = 45.78%
B = 29.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#5FB375 (or 0x5FB375) is known color: Fern. HEX triplet: 5F, B3 and 75. RGB value is (95,179,117). Sum of RGB (Red+Green+Blue) = 95+179+117=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #5FB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB375 is #A04C8A. Grayscale: #929292. Windows color (decimal): -10505355 or 7713631. OLE color: 7713631.

HSL color Cylindrical-coordinate representation of color #5FB375: hue angle of 135.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5FB375 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 179 117 -
CMYK 0.47 0 0.35 0.30
HSL 135.71º 0.36% 0.54% -
HSV(B) 135.71º 0.47% 0.7% -
XYZ 24.05 35.96 22.5 -
YUV 146.82 111.17 91.04 -
System Red Green Blue C M Y K H S L
Decimal 95 179 117 0.47 0 0.35 0.30 135.71 0.36 0.54
Hex 5F B3 75 2F 0 23 1E 88 24 36
Octal 137 263 165 57 0 43 36 210 44 66
Binary 1011111 10110011 1110101 101111 0 100011 11110 10001000 100100 110110

Color Harmonies of #5FB375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB375

Black with #5FB375

Text Example


Text Example

White with #5FB375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,179,117); }

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

background-color css

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

 a { background-color: rgb(95,179,117); }

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

border-color css

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

 span { border-color: rgb(95,179,117); }

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