Shades of Emerald #4ADC65
Tints of Emerald #4ADC65
RGB
CMYK
RGB Variations
Color information
#4ADC65 (or 0x4ADC65) is known color: Emerald. HEX triplet: 4A, DC and 65. RGB value is (74,220,101). Sum of RGB (Red+Green+Blue) = 74+220+101=395 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.73% from 395); Green value is 220 (86.33% from 255 or 55.70% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 220 - color contains mainly: green. Hex color #4ADC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADC65 is #B5239A. Grayscale: #A3A3A3. Windows color (decimal): -11871131 or 6675530. OLE color: 6675530.
HSL color Cylindrical-coordinate representation of color #4ADC65: hue angle of 131.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADC65 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 220 | 101 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.14 |
| HSL | 131.1º | 0.68% | 0.58% | - |
| HSV(B) | 131.1º | 0.66% | 0.86% | - |
| XYZ | 30.77 | 53.58 | 21.03 | - |
| YUV | 162.78 | 93.13 | 64.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 220 | 101 | 0.66 | 0 | 0.54 | 0.14 | 131.1 | 0.68 | 0.58 |
| Hex | 4A | DC | 65 | 42 | 0 | 36 | E | 83 | 44 | 3A |
| Octal | 112 | 334 | 145 | 102 | 0 | 66 | 16 | 203 | 104 | 72 |
| Binary | 1001010 | 11011100 | 1100101 | 1000010 | 0 | 110110 | 1110 | 10000011 | 1000100 | 111010 |
Color Harmonies of #4ADC65
Complementary color
Monochromatic Colors of #4ADC65
Black with #4ADC65
Text Example
Text Example
White with #4ADC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADC65; }
p { color: rgb(74,220,101); }
H1.HeaderClassName
{
color: #4ADC65;
}
.AnyTagClassName
{
color: #4ADC65;
}
</style>
background-color css
<style>
a { background-color: #4ADC65; }
a { background-color: rgb(74,220,101); }
div.DivClassName
{
background-color: #4ADC65;
}
.BgClassName
{
background-color: #4ADC65;
}
</style>
border-color css
<style>
span { border-color: #4ADC65; }
span { border-color: rgb(74,220,101); }
td.TdClassName
{
border-color: #4ADC65;
}
.TagClassName
{
border-color: #4ADC65;
}
</style>