Html Css Color HEX #5FC070 Fern

📋 copy color: '#5FC070'

red 95 ◦ green 192 ◦ blue 112

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

Shades of Fern #5FC070

Tints of Fern #5FC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.12%

 BLUE value IS 112 (44.14% from 255) = 28.07%

R = 23.81%
G = 48.12%
B = 28.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#5FC070 (or 0x5FC070) is known color: Fern. HEX triplet: 5F, C0 and 70. RGB value is (95,192,112). Sum of RGB (Red+Green+Blue) = 95+192+112=399 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.81% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #5FC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC070 is #A03F8F. Grayscale: #9A9A9A. Windows color (decimal): -10502032 or 7389279. OLE color: 7389279.

HSL color Cylindrical-coordinate representation of color #5FC070: hue angle of 130.52º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC070 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 192 112 -
CMYK 0.51 0 0.42 0.25
HSL 130.52º 0.43% 0.56% -
HSV(B) 130.52º 0.51% 0.75% -
XYZ 26.49 41.3 21.9 -
YUV 153.88 104.36 86 -
System Red Green Blue C M Y K H S L
Decimal 95 192 112 0.51 0 0.42 0.25 130.52 0.43 0.56
Hex 5F C0 70 33 0 2A 19 83 2B 38
Octal 137 300 160 63 0 52 31 203 53 70
Binary 1011111 11000000 1110000 110011 0 101010 11001 10000011 101011 111000

Color Harmonies of #5FC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC070

Black with #5FC070

Text Example


Text Example

White with #5FC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,192,112); }

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

background-color css

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

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

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

border-color css

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

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

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