#5EB275

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

Shades of Fern #5EB275

Tints of Fern #5EB275

Color information

#5EB275 (or 0x5EB275) is unknown color: approx Fern. HEX triplet: 5E, B2 and 75. RGB value is (94,178,117). Sum of RGB (Red+Green+Blue) = 94+178+117=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #5EB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EB275 is #A14D8A. Grayscale: #929292. Windows color (decimal): -10571147 or 7713374. OLE color: 7713374.

HSL color Cylindrical-coordinate representation of color #5EB275: hue angle of 136.43º 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 #5EB275 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB94178117-
CMYK0.4700.340.30
HSL136.43º35.29%53.33%-
HSV(B)136.43º47.19%69.8%-
XYZ23.7535.522.43-
YUV145.93111.6790.96-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.16%
GREEN value IS 178 (69.92% from 255) = 45.76%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=24.16%
G=45.76%
B=30.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal941781170.4700.340.30136.4335.2953.33
Hex5EB2752F0221E882335
Octal13626216557042362104365
Binary101111010110010111010110111101000101111010001000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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