Html Css Color HEX #5FBC72 Fern

📋 copy color: '#5FBC72'

red 95 ◦ green 188 ◦ blue 114

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

Shades of Fern #5FBC72

Tints of Fern #5FBC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 23.93%
G = 47.36%
B = 28.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#5FBC72 (or 0x5FBC72) is known color: Fern. HEX triplet: 5F, BC and 72. RGB value is (95,188,114). Sum of RGB (Red+Green+Blue) = 95+188+114=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FBC72 is #A0438D. Grayscale: #979797. Windows color (decimal): -10503054 or 7519327. OLE color: 7519327.

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

Color convert

RGB 95 188 114 -
CMYK 0.49 0 0.39 0.26
HSL 132.26º 0.41% 0.55% -
HSV(B) 132.26º 0.49% 0.74% -
XYZ 25.74 39.61 22.21 -
YUV 151.76 106.69 87.52 -
System Red Green Blue C M Y K H S L
Decimal 95 188 114 0.49 0 0.39 0.26 132.26 0.41 0.55
Hex 5F BC 72 31 0 27 1A 84 29 37
Octal 137 274 162 61 0 47 32 204 51 67
Binary 1011111 10111100 1110010 110001 0 100111 11010 10000100 101001 110111

Color Harmonies of #5FBC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBC72

Black with #5FBC72

Text Example


Text Example

White with #5FBC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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