Html Css Color HEX #5FB06C Fern

📋 copy color: '#5FB06C'

red 95 ◦ green 176 ◦ blue 108

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

Shades of Fern #5FB06C

Tints of Fern #5FB06C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.44%

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 25.07%
G = 46.44%
B = 28.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#5FB06C (or 0x5FB06C) is known color: Fern. HEX triplet: 5F, B0 and 6C. RGB value is (95,176,108). Sum of RGB (Red+Green+Blue) = 95+176+108=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 176 (69.14% from 255 or 46.44% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB06C is #A04F93. Grayscale: #909090. Windows color (decimal): -10506132 or 7123039. OLE color: 7123039.

HSL color Cylindrical-coordinate representation of color #5FB06C: hue angle of 129.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB06C is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 95 176 108 -
CMYK 0.46 0 0.39 0.31
HSL 129.63º 0.34% 0.53% -
HSV(B) 129.63º 0.46% 0.69% -
XYZ 22.95 34.57 19.65 -
YUV 144.03 107.66 93.03 -
System Red Green Blue C M Y K H S L
Decimal 95 176 108 0.46 0 0.39 0.31 129.63 0.34 0.53
Hex 5F B0 6C 2E 0 27 1F 82 22 35
Octal 137 260 154 56 0 47 37 202 42 65
Binary 1011111 10110000 1101100 101110 0 100111 11111 10000010 100010 110101

Color Harmonies of #5FB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB06C

Black with #5FB06C

Text Example


Text Example

White with #5FB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,176,108); }

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

background-color css

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

 a { background-color: rgb(95,176,108); }

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

border-color css

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

 span { border-color: rgb(95,176,108); }

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