Shades of Shamrock #42F79C
Tints of Shamrock #42F79C
RGB
CMYK
RGB Variations
Color information
#42F79C (or 0x42F79C) is known color: Shamrock. HEX triplet: 42, F7 and 9C. RGB value is (66,247,156). Sum of RGB (Red+Green+Blue) = 66+247+156=469 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.07% from 469); Green value is 247 (96.88% from 255 or 52.67% from 469); Blue value is 156 (61.33% from 255 or 33.26% from 469); Max value from RGB is 247 - color contains mainly: green. Hex color #42F79C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F79C is #BD0863. Grayscale: #B6B6B6. Windows color (decimal): -12388452 or 10286914. OLE color: 10286914.
HSL color Cylindrical-coordinate representation of color #42F79C: hue angle of 149.83º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F79C is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 156 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.03 |
| HSL | 149.83º | 0.92% | 0.61% | - |
| HSV(B) | 149.83º | 0.73% | 0.97% | - |
| XYZ | 41.51 | 70.08 | 42.79 | - |
| YUV | 182.51 | 113.03 | 44.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 156 | 0.73 | 0 | 0.37 | 0.03 | 149.83 | 0.92 | 0.61 |
| Hex | 42 | F7 | 9C | 49 | 0 | 25 | 3 | 96 | 5C | 3D |
| Octal | 102 | 367 | 234 | 111 | 0 | 45 | 3 | 226 | 134 | 75 |
| Binary | 1000010 | 11110111 | 10011100 | 1001001 | 0 | 100101 | 11 | 10010110 | 1011100 | 111101 |
Color Harmonies of #42F79C
Complementary color
Monochromatic Colors of #42F79C
Black with #42F79C
Text Example
Text Example
White with #42F79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F79C; }
p { color: rgb(66,247,156); }
H1.HeaderClassName
{
color: #42F79C;
}
.AnyTagClassName
{
color: #42F79C;
}
</style>
background-color css
<style>
a { background-color: #42F79C; }
a { background-color: rgb(66,247,156); }
div.DivClassName
{
background-color: #42F79C;
}
.BgClassName
{
background-color: #42F79C;
}
</style>
border-color css
<style>
span { border-color: #42F79C; }
span { border-color: rgb(66,247,156); }
td.TdClassName
{
border-color: #42F79C;
}
.TagClassName
{
border-color: #42F79C;
}
</style>