Html Css Color HEX #5AD075 Emerald

📋 copy color: '#5AD075'

red 90 ◦ green 208 ◦ blue 117

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

Shades of Emerald #5AD075

Tints of Emerald #5AD075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 21.69%
G = 50.12%
B = 28.19%

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

#5AD075 (or 0x5AD075) is known color: Emerald. HEX triplet: 5A, D0 and 75. RGB value is (90,208,117). Sum of RGB (Red+Green+Blue) = 90+208+117=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #5AD075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD075 is #A52F8A. Grayscale: #A2A2A2. Windows color (decimal): -10825611 or 7721050. OLE color: 7721050.

HSL color Cylindrical-coordinate representation of color #5AD075: hue angle of 133.73º 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 #5AD075 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 90 208 117 -
CMYK 0.57 0 0.44 0.18
HSL 133.73º 0.56% 0.58% -
HSV(B) 133.73º 0.57% 0.82% -
XYZ 29.98 48.57 24.62 -
YUV 162.34 102.41 76.4 -
System Red Green Blue C M Y K H S L
Decimal 90 208 117 0.57 0 0.44 0.18 133.73 0.56 0.58
Hex 5A D0 75 39 0 2C 12 86 38 3A
Octal 132 320 165 71 0 54 22 206 70 72
Binary 1011010 11010000 1110101 111001 0 101100 10010 10000110 111000 111010

Color Harmonies of #5AD075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD075

Black with #5AD075

Text Example


Text Example

White with #5AD075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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