Shades of Emerald #42E669
Tints of Emerald #42E669
RGB
CMYK
RGB Variations
Color information
#42E669 (or 0x42E669) is known color: Emerald. HEX triplet: 42, E6 and 69. RGB value is (66,230,105). Sum of RGB (Red+Green+Blue) = 66+230+105=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 230 (90.23% from 255 or 57.36% from 401); Blue value is 105 (41.41% from 255 or 26.18% from 401); Max value from RGB is 230 - color contains mainly: green. Hex color #42E669 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E669 is #BD1996. Grayscale: #A7A7A7. Windows color (decimal): -12392855 or 6940226. OLE color: 6940226.
HSL color Cylindrical-coordinate representation of color #42E669: hue angle of 134.27º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E669 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 66 | 230 | 105 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.10 |
| HSL | 134.27º | 0.77% | 0.58% | - |
| HSV(B) | 134.27º | 0.71% | 0.9% | - |
| XYZ | 33.09 | 58.77 | 22.96 | - |
| YUV | 166.71 | 93.17 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 230 | 105 | 0.71 | 0 | 0.54 | 0.10 | 134.27 | 0.77 | 0.58 |
| Hex | 42 | E6 | 69 | 47 | 0 | 36 | A | 86 | 4D | 3A |
| Octal | 102 | 346 | 151 | 107 | 0 | 66 | 12 | 206 | 115 | 72 |
| Binary | 1000010 | 11100110 | 1101001 | 1000111 | 0 | 110110 | 1010 | 10000110 | 1001101 | 111010 |
Color Harmonies of #42E669
Complementary color
Monochromatic Colors of #42E669
Black with #42E669
Text Example
Text Example
White with #42E669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E669; }
p { color: rgb(66,230,105); }
H1.HeaderClassName
{
color: #42E669;
}
.AnyTagClassName
{
color: #42E669;
}
</style>
background-color css
<style>
a { background-color: #42E669; }
a { background-color: rgb(66,230,105); }
div.DivClassName
{
background-color: #42E669;
}
.BgClassName
{
background-color: #42E669;
}
</style>
border-color css
<style>
span { border-color: #42E669; }
span { border-color: rgb(66,230,105); }
td.TdClassName
{
border-color: #42E669;
}
.TagClassName
{
border-color: #42E669;
}
</style>