Html Css Color HEX #5ACB75 Emerald

📋 copy color: '#5ACB75'

red 90 ◦ green 203 ◦ blue 117

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

Shades of Emerald #5ACB75

Tints of Emerald #5ACB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.51%

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

R = 21.95%
G = 49.51%
B = 28.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#5ACB75 (or 0x5ACB75) is known color: Emerald. HEX triplet: 5A, CB and 75. RGB value is (90,203,117). Sum of RGB (Red+Green+Blue) = 90+203+117=410 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.95% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #5ACB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACB75 is #A5348A. Grayscale: #9F9F9F. Windows color (decimal): -10826891 or 7719770. OLE color: 7719770.

HSL color Cylindrical-coordinate representation of color #5ACB75: hue angle of 134.34º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACB75 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 203 117 -
CMYK 0.56 0 0.42 0.20
HSL 134.34º 0.52% 0.57% -
HSV(B) 134.34º 0.56% 0.8% -
XYZ 28.78 46.17 24.22 -
YUV 159.41 104.06 78.49 -
System Red Green Blue C M Y K H S L
Decimal 90 203 117 0.56 0 0.42 0.20 134.34 0.52 0.57
Hex 5A CB 75 38 0 2A 14 86 34 39
Octal 132 313 165 70 0 52 24 206 64 71
Binary 1011010 11001011 1110101 111000 0 101010 10100 10000110 110100 111001

Color Harmonies of #5ACB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACB75

Black with #5ACB75

Text Example


Text Example

White with #5ACB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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