Shades of Emerald #4ACD75
Tints of Emerald #4ACD75
RGB
CMYK
RGB Variations
Color information
#4ACD75 (or 0x4ACD75) is known color: Emerald. HEX triplet: 4A, CD and 75. RGB value is (74,205,117). Sum of RGB (Red+Green+Blue) = 74+205+117=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD75 is #B5328A. Grayscale: #9C9C9C. Windows color (decimal): -11874955 or 7720266. OLE color: 7720266.
HSL color Cylindrical-coordinate representation of color #4ACD75: hue angle of 139.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACD75 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 117 | - |
| CMYK | 0.64 | 0 | 0.43 | 0.20 |
| HSL | 139.69º | 0.57% | 0.55% | - |
| HSV(B) | 139.69º | 0.64% | 0.8% | - |
| XYZ | 27.87 | 46.4 | 24.32 | - |
| YUV | 155.8 | 106.1 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 117 | 0.64 | 0 | 0.43 | 0.20 | 139.69 | 0.57 | 0.55 |
| Hex | 4A | CD | 75 | 40 | 0 | 2B | 14 | 8C | 39 | 37 |
| Octal | 112 | 315 | 165 | 100 | 0 | 53 | 24 | 214 | 71 | 67 |
| Binary | 1001010 | 11001101 | 1110101 | 1000000 | 0 | 101011 | 10100 | 10001100 | 111001 | 110111 |
Color Harmonies of #4ACD75
Complementary color
Monochromatic Colors of #4ACD75
Black with #4ACD75
Text Example
Text Example
White with #4ACD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD75; }
p { color: rgb(74,205,117); }
H1.HeaderClassName
{
color: #4ACD75;
}
.AnyTagClassName
{
color: #4ACD75;
}
</style>
background-color css
<style>
a { background-color: #4ACD75; }
a { background-color: rgb(74,205,117); }
div.DivClassName
{
background-color: #4ACD75;
}
.BgClassName
{
background-color: #4ACD75;
}
</style>
border-color css
<style>
span { border-color: #4ACD75; }
span { border-color: rgb(74,205,117); }
td.TdClassName
{
border-color: #4ACD75;
}
.TagClassName
{
border-color: #4ACD75;
}
</style>