Html Css Color HEX #5ABC75 Emerald

📋 copy color: '#5ABC75'

red 90 ◦ green 188 ◦ blue 117

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

Shades of Emerald #5ABC75

Tints of Emerald #5ABC75

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.59%

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

R = 22.78%
G = 47.59%
B = 29.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#5ABC75 (or 0x5ABC75) is known color: Emerald. HEX triplet: 5A, BC and 75. RGB value is (90,188,117). Sum of RGB (Red+Green+Blue) = 90+188+117=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC75 is #A5438A. Grayscale: #969696. Windows color (decimal): -10830731 or 7715930. OLE color: 7715930.

HSL color Cylindrical-coordinate representation of color #5ABC75: hue angle of 136.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC75 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 117 -
CMYK 0.52 0 0.38 0.26
HSL 136.53º 0.42% 0.55% -
HSV(B) 136.53º 0.52% 0.74% -
XYZ 25.41 39.42 23.1 -
YUV 150.6 109.03 84.77 -
System Red Green Blue C M Y K H S L
Decimal 90 188 117 0.52 0 0.38 0.26 136.53 0.42 0.55
Hex 5A BC 75 34 0 26 1A 89 2A 37
Octal 132 274 165 64 0 46 32 211 52 67
Binary 1011010 10111100 1110101 110100 0 100110 11010 10001001 101010 110111

Color Harmonies of #5ABC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC75

Black with #5ABC75

Text Example


Text Example

White with #5ABC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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