Html Css Color HEX #5FBA60 Fern

📋 copy color: '#5FBA60'

red 95 ◦ green 186 ◦ blue 96

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

Shades of Fern #5FBA60

Tints of Fern #5FBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.34%

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

R = 25.2%
G = 49.34%
B = 25.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#5FBA60 (or 0x5FBA60) is known color: Fern. HEX triplet: 5F, BA and 60. RGB value is (95,186,96). Sum of RGB (Red+Green+Blue) = 95+186+96=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBA60 is #A0459F. Grayscale: #949494. Windows color (decimal): -10503584 or 6339167. OLE color: 6339167.

HSL color Cylindrical-coordinate representation of color #5FBA60: hue angle of 120.66º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBA60 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 186 96 -
CMYK 0.49 0 0.48 0.27
HSL 120.66º 0.4% 0.55% -
HSV(B) 120.66º 0.49% 0.73% -
XYZ 24.39 38.4 17.19 -
YUV 148.53 98.35 89.82 -
System Red Green Blue C M Y K H S L
Decimal 95 186 96 0.49 0 0.48 0.27 120.66 0.4 0.55
Hex 5F BA 60 31 0 30 1B 79 28 37
Octal 137 272 140 61 0 60 33 171 50 67
Binary 1011111 10111010 1100000 110001 0 110000 11011 1111001 101000 110111

Color Harmonies of #5FBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBA60

Black with #5FBA60

Text Example


Text Example

White with #5FBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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