Html Css Color HEX #5AEB7D Emerald

📋 copy color: '#5AEB7D'

red 90 ◦ green 235 ◦ blue 125

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

Shades of Emerald #5AEB7D

Tints of Emerald #5AEB7D

RGB

 RED value IS 90 (35.55% from 255) = 20%

 GREEN value IS 235 (92.19% from 255) = 52.22%

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 20%
G = 52.22%
B = 27.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#5AEB7D (or 0x5AEB7D) is known color: Emerald. HEX triplet: 5A, EB and 7D. RGB value is (90,235,125). Sum of RGB (Red+Green+Blue) = 90+235+125=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 235 (92.19% from 255 or 52.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEB7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AEB7D is #A51482. Grayscale: #B3B3B3. Windows color (decimal): -10818691 or 8252250. OLE color: 8252250.

HSL color Cylindrical-coordinate representation of color #5AEB7D: hue angle of 134.48º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEB7D is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 235 125 -
CMYK 0.62 0 0.47 0.08
HSL 134.48º 0.78% 0.64% -
HSV(B) 134.48º 0.62% 0.92% -
XYZ 37.63 63.07 29.59 -
YUV 179.11 97.46 64.44 -
System Red Green Blue C M Y K H S L
Decimal 90 235 125 0.62 0 0.47 0.08 134.48 0.78 0.64
Hex 5A EB 7D 3E 0 2F 8 86 4E 40
Octal 132 353 175 76 0 57 10 206 116 100
Binary 1011010 11101011 1111101 111110 0 101111 1000 10000110 1001110 1000000

Color Harmonies of #5AEB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEB7D

Black with #5AEB7D

Text Example


Text Example

White with #5AEB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,235,125); }

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

background-color css

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

 a { background-color: rgb(90,235,125); }

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

border-color css

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

 span { border-color: rgb(90,235,125); }

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