#5ED960

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

Shades of Pastel Green #5ED960

Tints of Pastel Green #5ED960

Color information

#5ED960 (or 0x5ED960) is unknown color: approx Pastel Green. HEX triplet: 5E, D9 and 60. RGB value is (94,217,96). Sum of RGB (Red+Green+Blue) = 94+217+96=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED960 is #A1269F. Grayscale: #A6A6A6. Windows color (decimal): -10561184 or 6347102. OLE color: 6347102.

HSL color Cylindrical-coordinate representation of color #5ED960: hue angle of 120.98º 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 #5ED960 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB9421796-
CMYK0.5700.560.15
HSL120.98º61.81%60.98%-
HSV(B)120.98º56.68%85.1%-
XYZ31.5452.8519.61-
YUV166.4388.2576.34-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.10%
GREEN value IS 217 (85.16% from 255) = 53.32%
BLUE value IS 96 (37.89% from 255) = 23.59%
R=23.10%
G=53.32%
B=23.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal94217960.5700.560.15120.9861.8160.98
Hex5ED96039038F793e3d
Octal13633114071070171717675
Binary1011110110110011100000111001011100011111111001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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