#5FC272

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

Shades of Fern #5FC272

Tints of Fern #5FC272

Color information

#5FC272 (or 0x5FC272) is unknown color: approx Fern. HEX triplet: 5F, C2 and 72. RGB value is (95,194,114). Sum of RGB (Red+Green+Blue) = 95+194+114=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC272 is #A03D8D. Grayscale: #9B9B9B. Windows color (decimal): -10501518 or 7520863. OLE color: 7520863.

HSL color Cylindrical-coordinate representation of color #5FC272: hue angle of 131.52º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5FC272 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB95194114-
CMYK0.5100.410.24
HSL131.52º44.8%56.67%-
HSV(B)131.52º51.03%76.08%-
XYZ27.0542.2322.65-
YUV155.28104.785-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.57%
GREEN value IS 194 (76.17% from 255) = 48.14%
BLUE value IS 114 (44.92% from 255) = 28.29%
R=23.57%
G=48.14%
B=28.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951941140.5100.410.24131.5244.856.67
Hex5FC2723302918842d39
Octal13730216263051302045571
Binary101111111000010111001011001101010011100010000100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FC272;
 }
 .AnyTagClassName
 {
   color: #5FC272;
 }
</style>
background-color css

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

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

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

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

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

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