#5AD965

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

Shades of Emerald #5AD965

Tints of Emerald #5AD965

Color information

#5AD965 (or 0x5AD965) is unknown color: approx Emerald. HEX triplet: 5A, D9 and 65. RGB value is (90,217,101). Sum of RGB (Red+Green+Blue) = 90+217+101=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD965 is #A5269A. Grayscale: #A6A6A6. Windows color (decimal): -10823323 or 6674778. OLE color: 6674778.

HSL color Cylindrical-coordinate representation of color #5AD965: hue angle of 125.2º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD965 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB90217101-
CMYK0.5900.530.15
HSL125.2º62.56%60.2%-
HSV(B)125.2º58.53%85.1%-
XYZ31.3852.7420.84-
YUV165.891.4273.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.06%
GREEN value IS 217 (85.16% from 255) = 53.19%
BLUE value IS 101 (39.84% from 255) = 24.75%
R=22.06%
G=53.19%
B=24.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal902171010.5900.530.15125.262.5660.2
Hex5AD9653B035F7d3f3c
Octal13233114573065171757774
Binary1011010110110011100101111011011010111111111101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AD965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,217,101); }

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

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

 a { background-color: rgb(90,217,101); }

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

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

 span { border-color: rgb(90,217,101); }

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