#5ED967

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

Shades of Pastel Green #5ED967

Tints of Pastel Green #5ED967

Color information

#5ED967 (or 0x5ED967) is unknown color: approx Pastel Green. HEX triplet: 5E, D9 and 67. RGB value is (94,217,103). Sum of RGB (Red+Green+Blue) = 94+217+103=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 217 (85.16% from 255 or 52.42% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED967 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED967 is #A12698. Grayscale: #A7A7A7. Windows color (decimal): -10561177 or 6805854. OLE color: 6805854.

HSL color Cylindrical-coordinate representation of color #5ED967: hue angle of 124.39º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ED967 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB94217103-
CMYK0.5700.530.15
HSL124.39º61.81%60.98%-
HSV(B)124.39º56.68%85.1%-
XYZ31.8852.9821.38-
YUV167.2391.7575.77-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.71%
GREEN value IS 217 (85.16% from 255) = 52.42%
BLUE value IS 103 (40.62% from 255) = 24.88%
R=22.71%
G=52.42%
B=24.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942171030.5700.530.15124.3961.8160.98
Hex5ED96739035F7c3e3d
Octal13633114771065171747675
Binary1011110110110011100111111001011010111111111100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,217,103); }

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

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

 a { background-color: rgb(94,217,103); }

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

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

 span { border-color: rgb(94,217,103); }

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