Shades of Emerald #42F98A
Tints of Emerald #42F98A
RGB
CMYK
RGB Variations
Color information
#42F98A (or 0x42F98A) is known color: Emerald. HEX triplet: 42, F9 and 8A. RGB value is (66,249,138). Sum of RGB (Red+Green+Blue) = 66+249+138=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #42F98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F98A is #BD0675. Grayscale: #B5B5B5. Windows color (decimal): -12387958 or 9107778. OLE color: 9107778.
HSL color Cylindrical-coordinate representation of color #42F98A: hue angle of 143.61º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F98A is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 138 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.02 |
| HSL | 143.61º | 0.94% | 0.62% | - |
| HSV(B) | 143.61º | 0.73% | 0.98% | - |
| XYZ | 40.71 | 70.74 | 35.55 | - |
| YUV | 181.63 | 103.37 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 138 | 0.73 | 0 | 0.45 | 0.02 | 143.61 | 0.94 | 0.62 |
| Hex | 42 | F9 | 8A | 49 | 0 | 2D | 2 | 90 | 5E | 3E |
| Octal | 102 | 371 | 212 | 111 | 0 | 55 | 2 | 220 | 136 | 76 |
| Binary | 1000010 | 11111001 | 10001010 | 1001001 | 0 | 101101 | 10 | 10010000 | 1011110 | 111110 |
Color Harmonies of #42F98A
Complementary color
Monochromatic Colors of #42F98A
Black with #42F98A
Text Example
Text Example
White with #42F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F98A; }
p { color: rgb(66,249,138); }
H1.HeaderClassName
{
color: #42F98A;
}
.AnyTagClassName
{
color: #42F98A;
}
</style>
background-color css
<style>
a { background-color: #42F98A; }
a { background-color: rgb(66,249,138); }
div.DivClassName
{
background-color: #42F98A;
}
.BgClassName
{
background-color: #42F98A;
}
</style>
border-color css
<style>
span { border-color: #42F98A; }
span { border-color: rgb(66,249,138); }
td.TdClassName
{
border-color: #42F98A;
}
.TagClassName
{
border-color: #42F98A;
}
</style>