#5EDB65

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

Shades of Pastel Green #5EDB65

Tints of Pastel Green #5EDB65

Color information

#5EDB65 (or 0x5EDB65) is unknown color: approx Pastel Green. HEX triplet: 5E, DB and 65. RGB value is (94,219,101). Sum of RGB (Red+Green+Blue) = 94+219+101=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDB65 is #A1249A. Grayscale: #A8A8A8. Windows color (decimal): -10560667 or 6675294. OLE color: 6675294.

HSL color Cylindrical-coordinate representation of color #5EDB65: hue angle of 123.36º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDB65 is Cyan = 0.57, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB94219101-
CMYK0.5700.540.14
HSL123.36º63.45%61.37%-
HSV(B)123.36º57.08%85.88%-
XYZ32.353.9821.03-
YUV168.1790.0975.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.71%
GREEN value IS 219 (85.94% from 255) = 52.90%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=22.71%
G=52.90%
B=24.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942191010.5700.540.14123.3663.4561.37
Hex5EDB6539036E7b3f3d
Octal13633314571066161737775
Binary1011110110110111100101111001011011011101111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,219,101); }

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

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

 a { background-color: rgb(94,219,101); }

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

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

 span { border-color: rgb(94,219,101); }

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