Html Css Color HEX #5FBC60 Fern

📋 copy color: '#5FBC60'

red 95 ◦ green 188 ◦ blue 96

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

Shades of Fern #5FBC60

Tints of Fern #5FBC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.6%

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 25.07%
G = 49.6%
B = 25.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#5FBC60 (or 0x5FBC60) is known color: Fern. HEX triplet: 5F, BC and 60. RGB value is (95,188,96). Sum of RGB (Red+Green+Blue) = 95+188+96=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC60 is #A0439F. Grayscale: #959595. Windows color (decimal): -10503072 or 6339679. OLE color: 6339679.

HSL color Cylindrical-coordinate representation of color #5FBC60: hue angle of 120.65º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBC60 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 96 -
CMYK 0.49 0 0.49 0.26
HSL 120.65º 0.41% 0.55% -
HSV(B) 120.65º 0.49% 0.74% -
XYZ 24.81 39.24 17.33 -
YUV 149.71 97.69 88.98 -
System Red Green Blue C M Y K H S L
Decimal 95 188 96 0.49 0 0.49 0.26 120.65 0.41 0.55
Hex 5F BC 60 31 0 31 1A 79 29 37
Octal 137 274 140 61 0 61 32 171 51 67
Binary 1011111 10111100 1100000 110001 0 110001 11010 1111001 101001 110111

Color Harmonies of #5FBC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC60

Black with #5FBC60

Text Example


Text Example

White with #5FBC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,188,96); }

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

background-color css

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

 a { background-color: rgb(95,188,96); }

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

border-color css

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

 span { border-color: rgb(95,188,96); }

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