Html Css Color HEX #5ADD7D Emerald

📋 copy color: '#5ADD7D'

red 90 ◦ green 221 ◦ blue 125

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

Shades of Emerald #5ADD7D

Tints of Emerald #5ADD7D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.69%

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

R = 20.64%
G = 50.69%
B = 28.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#5ADD7D (or 0x5ADD7D) is known color: Emerald. HEX triplet: 5A, DD and 7D. RGB value is (90,221,125). Sum of RGB (Red+Green+Blue) = 90+221+125=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADD7D is #A52282. Grayscale: #ABABAB. Windows color (decimal): -10822275 or 8248666. OLE color: 8248666.

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

Color convert

RGB 90 221 125 -
CMYK 0.59 0 0.43 0.13
HSL 136.03º 0.66% 0.61% -
HSV(B) 136.03º 0.59% 0.87% -
XYZ 33.77 55.37 28.31 -
YUV 170.89 102.1 70.31 -
System Red Green Blue C M Y K H S L
Decimal 90 221 125 0.59 0 0.43 0.13 136.03 0.66 0.61
Hex 5A DD 7D 3B 0 2B D 88 42 3D
Octal 132 335 175 73 0 53 15 210 102 75
Binary 1011010 11011101 1111101 111011 0 101011 1101 10001000 1000010 111101

Color Harmonies of #5ADD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADD7D

Black with #5ADD7D

Text Example


Text Example

White with #5ADD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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