Html Css Color HEX #5FBC5F Fern

📋 copy color: '#5FBC5F'

red 95 ◦ green 188 ◦ blue 95

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

Shades of Fern #5FBC5F

Tints of Fern #5FBC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 25.13%
G = 49.74%
B = 25.13%

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

#5FBC5F (or 0x5FBC5F) is known color: Fern. HEX triplet: 5F, BC and 5F. RGB value is (95,188,95). Sum of RGB (Red+Green+Blue) = 95+188+95=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC5F is #A043A0. Grayscale: #959595. Windows color (decimal): -10503073 or 6274143. OLE color: 6274143.

HSL color Cylindrical-coordinate representation of color #5FBC5F: hue angle of 120º 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 #5FBC5F is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 95 188 95 -
CMYK 0.49 0 0.49 0.26
HSL 120º 0.41% 0.55% -
HSV(B) 120º 0.49% 0.74% -
XYZ 24.77 39.23 17.09 -
YUV 149.59 97.19 89.06 -
System Red Green Blue C M Y K H S L
Decimal 95 188 95 0.49 0 0.49 0.26 120 0.41 0.55
Hex 5F BC 5F 31 0 31 1A 78 29 37
Octal 137 274 137 61 0 61 32 170 51 67
Binary 1011111 10111100 1011111 110001 0 110001 11010 1111000 101001 110111

Color Harmonies of #5FBC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC5F

Black with #5FBC5F

Text Example


Text Example

White with #5FBC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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