Html Css Color HEX #5ED75E Pastel Green

📋 copy color: '#5ED75E'

red 94 ◦ green 215 ◦ blue 94

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

Shades of Pastel Green #5ED75E

Tints of Pastel Green #5ED75E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.35%

 BLUE value IS 94 (37.11% from 255) = 23.33%

R = 23.33%
G = 53.35%
B = 23.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#5ED75E (or 0x5ED75E) is known color: Pastel Green. HEX triplet: 5E, D7 and 5E. RGB value is (94,215,94). Sum of RGB (Red+Green+Blue) = 94+215+94=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #5ED75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ED75E is #A128A1. Grayscale: #A5A5A5. Windows color (decimal): -10561698 or 6215518. OLE color: 6215518.

HSL color Cylindrical-coordinate representation of color #5ED75E: hue angle of 120º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED75E is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 215 94 -
CMYK 0.56 0 0.56 0.16
HSL 120º 0.6% 0.61% -
HSV(B) 120º 0.56% 0.84% -
XYZ 30.94 51.79 18.96 -
YUV 165.03 87.91 77.34 -
System Red Green Blue C M Y K H S L
Decimal 94 215 94 0.56 0 0.56 0.16 120 0.6 0.61
Hex 5E D7 5E 38 0 38 10 78 3C 3D
Octal 136 327 136 70 0 70 20 170 74 75
Binary 1011110 11010111 1011110 111000 0 111000 10000 1111000 111100 111101

Color Harmonies of #5ED75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ED75E

Black with #5ED75E

Text Example


Text Example

White with #5ED75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,215,94); }

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

background-color css

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

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

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

border-color css

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

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

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