Shades of Shamrock #42F99D
Tints of Shamrock #42F99D
RGB
CMYK
RGB Variations
Color information
#42F99D (or 0x42F99D) is known color: Shamrock. HEX triplet: 42, F9 and 9D. RGB value is (66,249,157). Sum of RGB (Red+Green+Blue) = 66+249+157=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #42F99D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F99D is #BD0662. Grayscale: #B7B7B7. Windows color (decimal): -12387939 or 10352962. OLE color: 10352962.
HSL color Cylindrical-coordinate representation of color #42F99D: hue angle of 149.84º 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 #42F99D is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 157 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.02 |
| HSL | 149.84º | 0.94% | 0.62% | - |
| HSV(B) | 149.84º | 0.73% | 0.98% | - |
| XYZ | 42.21 | 71.34 | 43.44 | - |
| YUV | 183.8 | 112.87 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 157 | 0.73 | 0 | 0.37 | 0.02 | 149.84 | 0.94 | 0.62 |
| Hex | 42 | F9 | 9D | 49 | 0 | 25 | 2 | 96 | 5E | 3E |
| Octal | 102 | 371 | 235 | 111 | 0 | 45 | 2 | 226 | 136 | 76 |
| Binary | 1000010 | 11111001 | 10011101 | 1001001 | 0 | 100101 | 10 | 10010110 | 1011110 | 111110 |
Color Harmonies of #42F99D
Complementary color
Monochromatic Colors of #42F99D
Black with #42F99D
Text Example
Text Example
White with #42F99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F99D; }
p { color: rgb(66,249,157); }
H1.HeaderClassName
{
color: #42F99D;
}
.AnyTagClassName
{
color: #42F99D;
}
</style>
background-color css
<style>
a { background-color: #42F99D; }
a { background-color: rgb(66,249,157); }
div.DivClassName
{
background-color: #42F99D;
}
.BgClassName
{
background-color: #42F99D;
}
</style>
border-color css
<style>
span { border-color: #42F99D; }
span { border-color: rgb(66,249,157); }
td.TdClassName
{
border-color: #42F99D;
}
.TagClassName
{
border-color: #42F99D;
}
</style>