#5FC270

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

Shades of Fern #5FC270

Tints of Fern #5FC270

Color information

#5FC270 (or 0x5FC270) is unknown color: approx Fern. HEX triplet: 5F, C2 and 70. RGB value is (95,194,112). Sum of RGB (Red+Green+Blue) = 95+194+112=401 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.69% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #5FC270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC270 is #A03D8F. Grayscale: #9B9B9B. Windows color (decimal): -10501520 or 7389791. OLE color: 7389791.

HSL color Cylindrical-coordinate representation of color #5FC270: hue angle of 130.3º 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 #5FC270 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB95194112-
CMYK0.5100.420.24
HSL130.3º44.8%56.67%-
HSV(B)130.3º51.03%76.08%-
XYZ26.9442.1922.05-
YUV155.05103.785.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.69%
GREEN value IS 194 (76.17% from 255) = 48.38%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=23.69%
G=48.38%
B=27.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal951941120.5100.420.24130.344.856.67
Hex5FC2703302A18822d39
Octal13730216063052302025571
Binary101111111000010111000011001101010101100010000010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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