#5AD585

Color #5AD585 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #5AD585

Tints of Emerald #5AD585

Color information

#5AD585 (or 0x5AD585) is unknown color: approx Emerald. HEX triplet: 5A, D5 and 85. RGB value is (90,213,133). Sum of RGB (Red+Green+Blue) = 90+213+133=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #5AD585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AD585 is #A52A7A. Grayscale: #A7A7A7. Windows color (decimal): -10824315 or 8770906. OLE color: 8770906.

HSL color Cylindrical-coordinate representation of color #5AD585: hue angle of 140.98º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD585 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB90213133-
CMYK0.5800.380.16
HSL140.98º59.42%59.41%-
HSV(B)140.98º57.75%83.53%-
XYZ32.2451.4630.42-
YUV167.1108.7573-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.64%
GREEN value IS 213 (83.59% from 255) = 48.85%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=20.64%
G=48.85%
B=30.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal902131330.5800.380.16140.9859.4259.41
Hex5AD5853A026108d3b3b
Octal13232520572046202157373
Binary1011010110101011000010111101001001101000010001101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,213,133); }

 H1.HeaderClassName
 {
   color: #5AD585;
 }
 .AnyTagClassName
 {
   color: #5AD585;
 }
</style>
background-color css

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

 a { background-color: rgb(90,213,133); }

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

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

 span { border-color: rgb(90,213,133); }

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