Shades of Shamrock #42F98E
Tints of Shamrock #42F98E
RGB
CMYK
RGB Variations
Color information
#42F98E (or 0x42F98E) is known color: Shamrock. HEX triplet: 42, F9 and 8E. RGB value is (66,249,142). Sum of RGB (Red+Green+Blue) = 66+249+142=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #42F98E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F98E is #BD0671. Grayscale: #B6B6B6. Windows color (decimal): -12387954 or 9369922. OLE color: 9369922.
HSL color Cylindrical-coordinate representation of color #42F98E: hue angle of 144.92º 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 #42F98E is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 142 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.02 |
| HSL | 144.92º | 0.94% | 0.62% | - |
| HSV(B) | 144.92º | 0.73% | 0.98% | - |
| XYZ | 41 | 70.86 | 37.11 | - |
| YUV | 182.09 | 105.37 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 142 | 0.73 | 0 | 0.43 | 0.02 | 144.92 | 0.94 | 0.62 |
| Hex | 42 | F9 | 8E | 49 | 0 | 2B | 2 | 91 | 5E | 3E |
| Octal | 102 | 371 | 216 | 111 | 0 | 53 | 2 | 221 | 136 | 76 |
| Binary | 1000010 | 11111001 | 10001110 | 1001001 | 0 | 101011 | 10 | 10010001 | 1011110 | 111110 |
Color Harmonies of #42F98E
Complementary color
Monochromatic Colors of #42F98E
Black with #42F98E
Text Example
Text Example
White with #42F98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F98E; }
p { color: rgb(66,249,142); }
H1.HeaderClassName
{
color: #42F98E;
}
.AnyTagClassName
{
color: #42F98E;
}
</style>
background-color css
<style>
a { background-color: #42F98E; }
a { background-color: rgb(66,249,142); }
div.DivClassName
{
background-color: #42F98E;
}
.BgClassName
{
background-color: #42F98E;
}
</style>
border-color css
<style>
span { border-color: #42F98E; }
span { border-color: rgb(66,249,142); }
td.TdClassName
{
border-color: #42F98E;
}
.TagClassName
{
border-color: #42F98E;
}
</style>