Shades of Emerald #42F384
Tints of Emerald #42F384
RGB
CMYK
RGB Variations
Color information
#42F384 (or 0x42F384) is known color: Emerald. HEX triplet: 42, F3 and 84. RGB value is (66,243,132). Sum of RGB (Red+Green+Blue) = 66+243+132=441 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.97% from 441); Green value is 243 (95.31% from 255 or 55.10% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 243 - color contains mainly: green. Hex color #42F384 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F384 is #BD0C7B. Grayscale: #B1B1B1. Windows color (decimal): -12389500 or 8713026. OLE color: 8713026.
HSL color Cylindrical-coordinate representation of color #42F384: hue angle of 142.37º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F384 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 132 | - |
| CMYK | 0.73 | 0 | 0.46 | 0.05 |
| HSL | 142.37º | 0.88% | 0.61% | - |
| HSV(B) | 142.37º | 0.73% | 0.95% | - |
| XYZ | 38.46 | 66.93 | 32.72 | - |
| YUV | 177.42 | 102.36 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 132 | 0.73 | 0 | 0.46 | 0.05 | 142.37 | 0.88 | 0.61 |
| Hex | 42 | F3 | 84 | 49 | 0 | 2E | 5 | 8E | 58 | 3D |
| Octal | 102 | 363 | 204 | 111 | 0 | 56 | 5 | 216 | 130 | 75 |
| Binary | 1000010 | 11110011 | 10000100 | 1001001 | 0 | 101110 | 101 | 10001110 | 1011000 | 111101 |
Color Harmonies of #42F384
Complementary color
Monochromatic Colors of #42F384
Black with #42F384
Text Example
Text Example
White with #42F384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F384; }
p { color: rgb(66,243,132); }
H1.HeaderClassName
{
color: #42F384;
}
.AnyTagClassName
{
color: #42F384;
}
</style>
background-color css
<style>
a { background-color: #42F384; }
a { background-color: rgb(66,243,132); }
div.DivClassName
{
background-color: #42F384;
}
.BgClassName
{
background-color: #42F384;
}
</style>
border-color css
<style>
span { border-color: #42F384; }
span { border-color: rgb(66,243,132); }
td.TdClassName
{
border-color: #42F384;
}
.TagClassName
{
border-color: #42F384;
}
</style>