Html Css Color HEX #5AD074 Emerald

📋 copy color: '#5AD074'

red 90 ◦ green 208 ◦ blue 116

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

Shades of Emerald #5AD074

Tints of Emerald #5AD074

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.24%

 BLUE value IS 116 (45.7% from 255) = 28.02%

R = 21.74%
G = 50.24%
B = 28.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#5AD074 (or 0x5AD074) is known color: Emerald. HEX triplet: 5A, D0 and 74. RGB value is (90,208,116). Sum of RGB (Red+Green+Blue) = 90+208+116=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD074 is #A52F8B. Grayscale: #A2A2A2. Windows color (decimal): -10825612 or 7655514. OLE color: 7655514.

HSL color Cylindrical-coordinate representation of color #5AD074: hue angle of 133.22º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD074 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 208 116 -
CMYK 0.57 0 0.44 0.18
HSL 133.22º 0.56% 0.58% -
HSV(B) 133.22º 0.57% 0.82% -
XYZ 29.92 48.55 24.32 -
YUV 162.23 101.91 76.48 -
System Red Green Blue C M Y K H S L
Decimal 90 208 116 0.57 0 0.44 0.18 133.22 0.56 0.58
Hex 5A D0 74 39 0 2C 12 85 38 3A
Octal 132 320 164 71 0 54 22 205 70 72
Binary 1011010 11010000 1110100 111001 0 101100 10010 10000101 111000 111010

Color Harmonies of #5AD074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD074

Black with #5AD074

Text Example


Text Example

White with #5AD074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,208,116); }

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

background-color css

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

 a { background-color: rgb(90,208,116); }

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

border-color css

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

 span { border-color: rgb(90,208,116); }

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