#5EDF70

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

Shades of Pastel Green #5EDF70

Tints of Pastel Green #5EDF70

Color information

#5EDF70 (or 0x5EDF70) is unknown color: approx Pastel Green. HEX triplet: 5E, DF and 70. RGB value is (94,223,112). Sum of RGB (Red+Green+Blue) = 94+223+112=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDF70 is #A1208F. Grayscale: #ACACAC. Windows color (decimal): -10559632 or 7397214. OLE color: 7397214.

HSL color Cylindrical-coordinate representation of color #5EDF70: hue angle of 128.37º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDF70 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB94223112-
CMYK0.5800.500.13
HSL128.37º66.84%62.16%-
HSV(B)128.37º57.85%87.45%-
XYZ33.9356.3224.41-
YUV171.7794.2672.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.91%
GREEN value IS 223 (87.5% from 255) = 51.98%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=21.91%
G=51.98%
B=26.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942231120.5800.500.13128.3766.8462.16
Hex5EDF703A032D80433e
Octal136337160720621520010376
Binary101111011011111111000011101001100101101100000001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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