Html Css Color HEX #5FAC75 Fern

📋 copy color: '#5FAC75'

red 95 ◦ green 172 ◦ blue 117

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

Shades of Fern #5FAC75

Tints of Fern #5FAC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.79%

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

R = 24.74%
G = 44.79%
B = 30.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#5FAC75 (or 0x5FAC75) is known color: Fern. HEX triplet: 5F, AC and 75. RGB value is (95,172,117). Sum of RGB (Red+Green+Blue) = 95+172+117=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAC75 is #A0538A. Grayscale: #8E8E8E. Windows color (decimal): -10507147 or 7711839. OLE color: 7711839.

HSL color Cylindrical-coordinate representation of color #5FAC75: hue angle of 137.14º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC75 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 172 117 -
CMYK 0.45 0 0.32 0.33
HSL 137.14º 0.32% 0.52% -
HSV(B) 137.14º 0.45% 0.67% -
XYZ 22.68 33.22 22.05 -
YUV 142.71 113.49 93.97 -
System Red Green Blue C M Y K H S L
Decimal 95 172 117 0.45 0 0.32 0.33 137.14 0.32 0.52
Hex 5F AC 75 2D 0 20 21 89 20 34
Octal 137 254 165 55 0 40 41 211 40 64
Binary 1011111 10101100 1110101 101101 0 100000 100001 10001001 100000 110100

Color Harmonies of #5FAC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAC75

Black with #5FAC75

Text Example


Text Example

White with #5FAC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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