Html Css Color HEX #5FA66B Fern

📋 copy color: '#5FA66B'

red 95 ◦ green 166 ◦ blue 107

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

Shades of Fern #5FA66B

Tints of Fern #5FA66B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.11%

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

R = 25.82%
G = 45.11%
B = 29.08%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#5FA66B (or 0x5FA66B) is known color: Fern. HEX triplet: 5F, A6 and 6B. RGB value is (95,166,107). Sum of RGB (Red+Green+Blue) = 95+166+107=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA66B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA66B is #A05994. Grayscale: #8A8A8A. Windows color (decimal): -10508693 or 7054943. OLE color: 7054943.

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

Color convert

RGB 95 166 107 -
CMYK 0.43 0 0.36 0.35
HSL 130.14º 0.29% 0.51% -
HSV(B) 130.14º 0.43% 0.65% -
XYZ 21.01 30.77 18.74 -
YUV 138.05 110.48 97.3 -
System Red Green Blue C M Y K H S L
Decimal 95 166 107 0.43 0 0.36 0.35 130.14 0.29 0.51
Hex 5F A6 6B 2B 0 24 23 82 1D 33
Octal 137 246 153 53 0 44 43 202 35 63
Binary 1011111 10100110 1101011 101011 0 100100 100011 10000010 11101 110011

Color Harmonies of #5FA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA66B

Black with #5FA66B

Text Example


Text Example

White with #5FA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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