Shades of Emerald #46DF69
Tints of Emerald #46DF69
RGB
CMYK
RGB Variations
Color information
#46DF69 (or 0x46DF69) is known color: Emerald. HEX triplet: 46, DF and 69. RGB value is (70,223,105). Sum of RGB (Red+Green+Blue) = 70+223+105=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DF69 is #B92096. Grayscale: #A4A4A4. Windows color (decimal): -12132503 or 6938438. OLE color: 6938438.
HSL color Cylindrical-coordinate representation of color #46DF69: hue angle of 133.73º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DF69 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 105 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.13 |
| HSL | 133.73º | 0.71% | 0.57% | - |
| HSV(B) | 133.73º | 0.69% | 0.87% | - |
| XYZ | 31.46 | 55.1 | 22.34 | - |
| YUV | 163.8 | 94.81 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 105 | 0.69 | 0 | 0.53 | 0.13 | 133.73 | 0.71 | 0.57 |
| Hex | 46 | DF | 69 | 45 | 0 | 35 | D | 86 | 47 | 39 |
| Octal | 106 | 337 | 151 | 105 | 0 | 65 | 15 | 206 | 107 | 71 |
| Binary | 1000110 | 11011111 | 1101001 | 1000101 | 0 | 110101 | 1101 | 10000110 | 1000111 | 111001 |
Color Harmonies of #46DF69
Complementary color
Monochromatic Colors of #46DF69
Black with #46DF69
Text Example
Text Example
White with #46DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF69; }
p { color: rgb(70,223,105); }
H1.HeaderClassName
{
color: #46DF69;
}
.AnyTagClassName
{
color: #46DF69;
}
</style>
background-color css
<style>
a { background-color: #46DF69; }
a { background-color: rgb(70,223,105); }
div.DivClassName
{
background-color: #46DF69;
}
.BgClassName
{
background-color: #46DF69;
}
</style>
border-color css
<style>
span { border-color: #46DF69; }
span { border-color: rgb(70,223,105); }
td.TdClassName
{
border-color: #46DF69;
}
.TagClassName
{
border-color: #46DF69;
}
</style>