Html Css Color HEX #5FA46B Fern

📋 copy color: '#5FA46B'

red 95 ◦ green 164 ◦ blue 107

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

Shades of Fern #5FA46B

Tints of Fern #5FA46B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.81%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 25.96%
G = 44.81%
B = 29.23%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#5FA46B (or 0x5FA46B) is known color: Fern. HEX triplet: 5F, A4 and 6B. RGB value is (95,164,107). Sum of RGB (Red+Green+Blue) = 95+164+107=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA46B is #A05B94. Grayscale: #898989. Windows color (decimal): -10509205 or 7054431. OLE color: 7054431.

HSL color Cylindrical-coordinate representation of color #5FA46B: hue angle of 130.43º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA46B is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 164 107 -
CMYK 0.42 0 0.35 0.36
HSL 130.43º 0.27% 0.51% -
HSV(B) 130.43º 0.42% 0.64% -
XYZ 20.65 30.05 18.62 -
YUV 136.87 111.14 98.13 -
System Red Green Blue C M Y K H S L
Decimal 95 164 107 0.42 0 0.35 0.36 130.43 0.27 0.51
Hex 5F A4 6B 2A 0 23 24 82 1B 33
Octal 137 244 153 52 0 43 44 202 33 63
Binary 1011111 10100100 1101011 101010 0 100011 100100 10000010 11011 110011

Color Harmonies of #5FA46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA46B

Black with #5FA46B

Text Example


Text Example

White with #5FA46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,164,107); }

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

background-color css

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

 a { background-color: rgb(95,164,107); }

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

border-color css

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

 span { border-color: rgb(95,164,107); }

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