Html Css Color HEX #5EE085 Emerald

📋 copy color: '#5EE085'

red 94 ◦ green 224 ◦ blue 133

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

Shades of Emerald #5EE085

Tints of Emerald #5EE085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.67%

 BLUE value IS 133 (52.34% from 255) = 29.49%

R = 20.84%
G = 49.67%
B = 29.49%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#5EE085 (or 0x5EE085) is known color: Emerald. HEX triplet: 5E, E0 and 85. RGB value is (94,224,133). Sum of RGB (Red+Green+Blue) = 94+224+133=451 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.84% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE085 is #A11F7A. Grayscale: #AEAEAE. Windows color (decimal): -10559355 or 8773726. OLE color: 8773726.

HSL color Cylindrical-coordinate representation of color #5EE085: hue angle of 138º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE085 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 94 224 133 -
CMYK 0.58 0 0.41 0.12
HSL 138º 0.68% 0.62% -
HSV(B) 138º 0.58% 0.88% -
XYZ 35.51 57.38 31.4 -
YUV 174.76 104.43 70.4 -
System Red Green Blue C M Y K H S L
Decimal 94 224 133 0.58 0 0.41 0.12 138 0.68 0.62
Hex 5E E0 85 3A 0 29 C 8A 44 3E
Octal 136 340 205 72 0 51 14 212 104 76
Binary 1011110 11100000 10000101 111010 0 101001 1100 10001010 1000100 111110

Color Harmonies of #5EE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EE085

Black with #5EE085

Text Example


Text Example

White with #5EE085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,224,133); }

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

background-color css

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

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

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

border-color css

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

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

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