#5EBE70

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

Shades of Fern #5EBE70

Tints of Fern #5EBE70

Color information

#5EBE70 (or 0x5EBE70) is unknown color: approx Fern. HEX triplet: 5E, BE and 70. RGB value is (94,190,112). Sum of RGB (Red+Green+Blue) = 94+190+112=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #5EBE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EBE70 is #A1418F. Grayscale: #989898. Windows color (decimal): -10568080 or 7388766. OLE color: 7388766.

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

Color convert

RGB94190112-
CMYK0.5100.410.25
HSL131.25º42.48%55.69%-
HSV(B)131.25º50.53%74.51%-
XYZ25.9540.3821.75-
YUV152.4105.286.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.74%
GREEN value IS 190 (74.61% from 255) = 47.98%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=23.74%
G=47.98%
B=28.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941901120.5100.410.25131.2542.4855.69
Hex5EBE703302919832a38
Octal13627616063051312035270
Binary101111010111110111000011001101010011100110000011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,190,112); }

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

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

 a { background-color: rgb(94,190,112); }

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

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

 span { border-color: rgb(94,190,112); }

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