Html Css Color HEX #5EDE6E Pastel Green

📋 copy color: '#5EDE6E'

red 94 ◦ green 222 ◦ blue 110

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

Shades of Pastel Green #5EDE6E

Tints of Pastel Green #5EDE6E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.11%

 BLUE value IS 110 (43.36% from 255) = 25.82%

R = 22.07%
G = 52.11%
B = 25.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#5EDE6E (or 0x5EDE6E) is known color: Pastel Green. HEX triplet: 5E, DE and 6E. RGB value is (94,222,110). Sum of RGB (Red+Green+Blue) = 94+222+110=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDE6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5EDE6E is #A12191. Grayscale: #ABABAB. Windows color (decimal): -10559890 or 7265886. OLE color: 7265886.

HSL color Cylindrical-coordinate representation of color #5EDE6E: hue angle of 127.5º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDE6E is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 222 110 -
CMYK 0.58 0 0.50 0.13
HSL 127.5º 0.66% 0.62% -
HSV(B) 127.5º 0.58% 0.87% -
XYZ 33.55 55.75 23.74 -
YUV 170.96 93.59 73.11 -
System Red Green Blue C M Y K H S L
Decimal 94 222 110 0.58 0 0.50 0.13 127.5 0.66 0.62
Hex 5E DE 6E 3A 0 32 D 80 42 3E
Octal 136 336 156 72 0 62 15 200 102 76
Binary 1011110 11011110 1101110 111010 0 110010 1101 10000000 1000010 111110

Color Harmonies of #5EDE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EDE6E

Black with #5EDE6E

Text Example


Text Example

White with #5EDE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,222,110); }

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

background-color css

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

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

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

border-color css

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

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

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