#5EF186

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

Shades of Pastel Green #5EF186

Tints of Pastel Green #5EF186

Color information

#5EF186 (or 0x5EF186) is unknown color: approx Pastel Green. HEX triplet: 5E, F1 and 86. RGB value is (94,241,134). Sum of RGB (Red+Green+Blue) = 94+241+134=469 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20.04% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #5EF186 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF186 is #A10E79. Grayscale: #B9B9B9. Windows color (decimal): -10555002 or 8843614. OLE color: 8843614.

HSL color Cylindrical-coordinate representation of color #5EF186: hue angle of 136.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF186 is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB94241134-
CMYK0.6100.440.05
HSL136.33º84%65.69%-
HSV(B)136.33º61%94.51%-
XYZ40.3767.0133.36-
YUV184.8599.363.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.04%
GREEN value IS 241 (94.53% from 255) = 51.39%
BLUE value IS 134 (52.73% from 255) = 28.57%
R=20.04%
G=51.39%
B=28.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal942411340.6100.440.05136.338465.69
Hex5EF1863D02C5885442
Octal136361206750545210124102
Binary1011110111100011000011011110101011001011000100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EF186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,241,134); }

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

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

 a { background-color: rgb(94,241,134); }

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

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

 span { border-color: rgb(94,241,134); }

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