Html Css Color HEX #5FA665 Fern

📋 copy color: '#5FA665'

red 95 ◦ green 166 ◦ blue 101

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

Shades of Fern #5FA665

Tints of Fern #5FA665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.9%

R = 26.24%
G = 45.86%
B = 27.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#5FA665 (or 0x5FA665) is known color: Fern. HEX triplet: 5F, A6 and 65. RGB value is (95,166,101). Sum of RGB (Red+Green+Blue) = 95+166+101=362 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.24% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA665 is #A0599A. Grayscale: #898989. Windows color (decimal): -10508699 or 6661727. OLE color: 6661727.

HSL color Cylindrical-coordinate representation of color #5FA665: hue angle of 125.07º 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 #5FA665 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 166 101 -
CMYK 0.43 0 0.39 0.35
HSL 125.07º 0.29% 0.51% -
HSV(B) 125.07º 0.43% 0.65% -
XYZ 20.7 30.64 17.14 -
YUV 137.36 107.48 97.79 -
System Red Green Blue C M Y K H S L
Decimal 95 166 101 0.43 0 0.39 0.35 125.07 0.29 0.51
Hex 5F A6 65 2B 0 27 23 7D 1D 33
Octal 137 246 145 53 0 47 43 175 35 63
Binary 1011111 10100110 1100101 101011 0 100111 100011 1111101 11101 110011

Color Harmonies of #5FA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA665

Black with #5FA665

Text Example


Text Example

White with #5FA665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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