#5EB272

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

Shades of Fern #5EB272

Tints of Fern #5EB272

Color information

#5EB272 (or 0x5EB272) is unknown color: approx Fern. HEX triplet: 5E, B2 and 72. RGB value is (94,178,114). Sum of RGB (Red+Green+Blue) = 94+178+114=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #5EB272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB272 is #A14D8D. Grayscale: #919191. Windows color (decimal): -10571150 or 7516766. OLE color: 7516766.

HSL color Cylindrical-coordinate representation of color #5EB272: hue angle of 134.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5EB272 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB94178114-
CMYK0.4700.360.30
HSL134.29º35.29%53.33%-
HSV(B)134.29º47.19%69.8%-
XYZ23.5735.4421.52-
YUV145.59110.1791.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.35%
GREEN value IS 178 (69.92% from 255) = 46.11%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=24.35%
G=46.11%
B=29.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal941781140.4700.360.30134.2935.2953.33
Hex5EB2722F0241E862335
Octal13626216257044362064365
Binary101111010110010111001010111101001001111010000110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,178,114); }

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

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

 a { background-color: rgb(94,178,114); }

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

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

 span { border-color: rgb(94,178,114); }

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