#5fc070

Color #5FC070 Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5FC070

Tints of Fern #5FC070

Color information

#5FC070 (or 0x5FC070) is unknown color: approx 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

RGB95192112-
CMYK0.5100.420.25
HSL130.52º43.5%56.27%-
HSV(B)130.52º50.52%75.29%-
XYZ26.4941.321.9-
YUV153.88104.3686-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951921120.5100.420.25130.5243.556.27
Hex5FC0703302A19832b38
Octal13730016063052312035370
Binary101111111000000111000011001101010101100110000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fc070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>