Shades of Shamrock #42F197
Tints of Shamrock #42F197
RGB
CMYK
RGB Variations
Color information
#42F197 (or 0x42F197) is known color: Shamrock. HEX triplet: 42, F1 and 97. RGB value is (66,241,151). Sum of RGB (Red+Green+Blue) = 66+241+151=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #42F197 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F197 is #BD0E68. Grayscale: #B2B2B2. Windows color (decimal): -12389993 or 9957698. OLE color: 9957698.
HSL color Cylindrical-coordinate representation of color #42F197: hue angle of 149.14º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F197 is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 151 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.05 |
| HSL | 149.14º | 0.86% | 0.6% | - |
| HSV(B) | 149.14º | 0.73% | 0.95% | - |
| XYZ | 39.29 | 66.3 | 40.01 | - |
| YUV | 178.42 | 112.52 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 151 | 0.73 | 0 | 0.37 | 0.05 | 149.14 | 0.86 | 0.6 |
| Hex | 42 | F1 | 97 | 49 | 0 | 25 | 5 | 95 | 56 | 3C |
| Octal | 102 | 361 | 227 | 111 | 0 | 45 | 5 | 225 | 126 | 74 |
| Binary | 1000010 | 11110001 | 10010111 | 1001001 | 0 | 100101 | 101 | 10010101 | 1010110 | 111100 |
Color Harmonies of #42F197
Complementary color
Monochromatic Colors of #42F197
Black with #42F197
Text Example
Text Example
White with #42F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F197; }
p { color: rgb(66,241,151); }
H1.HeaderClassName
{
color: #42F197;
}
.AnyTagClassName
{
color: #42F197;
}
</style>
background-color css
<style>
a { background-color: #42F197; }
a { background-color: rgb(66,241,151); }
div.DivClassName
{
background-color: #42F197;
}
.BgClassName
{
background-color: #42F197;
}
</style>
border-color css
<style>
span { border-color: #42F197; }
span { border-color: rgb(66,241,151); }
td.TdClassName
{
border-color: #42F197;
}
.TagClassName
{
border-color: #42F197;
}
</style>