Html Css Color HEX #5ED85A Pastel Green

📋 copy color: '#5ED85A'

red 94 ◦ green 216 ◦ blue 90

#5ED85A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #5ED85A

Tints of Pastel Green #5ED85A

RGB

 RED value IS 94 (37.11% from 255) = 23.5%

 GREEN value IS 216 (84.77% from 255) = 54%

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 23.5%
G = 54%
B = 22.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#5ED85A (or 0x5ED85A) is known color: Pastel Green. HEX triplet: 5E, D8 and 5A. RGB value is (94,216,90). Sum of RGB (Red+Green+Blue) = 94+216+90=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED85A is #A127A5. Grayscale: #A5A5A5. Windows color (decimal): -10561446 or 5953630. OLE color: 5953630.

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

Color convert

RGB 94 216 90 -
CMYK 0.56 0 0.58 0.15
HSL 118.1º 0.62% 0.6% -
HSV(B) 118.1º 0.58% 0.85% -
XYZ 31.02 52.23 18.12 -
YUV 165.16 85.58 77.25 -
System Red Green Blue C M Y K H S L
Decimal 94 216 90 0.56 0 0.58 0.15 118.1 0.62 0.6
Hex 5E D8 5A 38 0 3A F 76 3E 3C
Octal 136 330 132 70 0 72 17 166 76 74
Binary 1011110 11011000 1011010 111000 0 111010 1111 1110110 111110 111100

Color Harmonies of #5ED85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED85A

Black with #5ED85A

Text Example


Text Example

White with #5ED85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,216,90); }

 H1.HeaderClassName
 {
   color: #5ED85A;
 }
 .AnyTagClassName
 {
   color: #5ED85A;
 }
</style>

background-color css

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

 a { background-color: rgb(94,216,90); }

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

border-color css

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

 span { border-color: rgb(94,216,90); }

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