#5ABE75

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

Shades of Emerald #5ABE75

Tints of Emerald #5ABE75

Color information

#5ABE75 (or 0x5ABE75) is unknown color: approx Emerald. HEX triplet: 5A, BE and 75. RGB value is (90,190,117). Sum of RGB (Red+Green+Blue) = 90+190+117=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABE75 is #A5418A. Grayscale: #979797. Windows color (decimal): -10830219 or 7716442. OLE color: 7716442.

HSL color Cylindrical-coordinate representation of color #5ABE75: hue angle of 136.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABE75 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB90190117-
CMYK0.5300.380.25
HSL136.2º43.48%54.9%-
HSV(B)136.2º52.63%74.51%-
XYZ25.8440.2823.24-
YUV151.78108.3783.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.67%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=22.67%
G=47.86%
B=29.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal901901170.5300.380.25136.243.4854.9
Hex5ABE753502619882b37
Octal13227616565046312105367
Binary101101010111110111010111010101001101100110001000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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