Shades of Shamrock #42FF97
Tints of Shamrock #42FF97
RGB
CMYK
RGB Variations
Color information
#42FF97 (or 0x42FF97) is known color: Shamrock. HEX triplet: 42, FF and 97. RGB value is (66,255,151). Sum of RGB (Red+Green+Blue) = 66+255+151=472 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.98% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 151 (59.38% from 255 or 31.99% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF97 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FF97 is #BD0068. Grayscale: #BABABA. Windows color (decimal): -12386409 or 9961282. OLE color: 9961282.
HSL color Cylindrical-coordinate representation of color #42FF97: hue angle of 146.98º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FF97 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 151 | - |
| CMYK | 0.74 | 0 | 0.41 | 0 |
| HSL | 146.98º | 1% | 0.63% | - |
| HSV(B) | 146.98º | 0.74% | 1% | - |
| XYZ | 43.59 | 74.91 | 41.44 | - |
| YUV | 186.63 | 107.88 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 151 | 0.74 | 0 | 0.41 | 0 | 146.98 | 1 | 0.63 |
| Hex | 42 | FF | 97 | 4A | 0 | 29 | 0 | 93 | 64 | 3F |
| Octal | 102 | 377 | 227 | 112 | 0 | 51 | 0 | 223 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10010111 | 1001010 | 0 | 101001 | 0 | 10010011 | 1100100 | 111111 |
Color Harmonies of #42FF97
Complementary color
Monochromatic Colors of #42FF97
Black with #42FF97
Text Example
Text Example
White with #42FF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF97; }
p { color: rgb(66,255,151); }
H1.HeaderClassName
{
color: #42FF97;
}
.AnyTagClassName
{
color: #42FF97;
}
</style>
background-color css
<style>
a { background-color: #42FF97; }
a { background-color: rgb(66,255,151); }
div.DivClassName
{
background-color: #42FF97;
}
.BgClassName
{
background-color: #42FF97;
}
</style>
border-color css
<style>
span { border-color: #42FF97; }
span { border-color: rgb(66,255,151); }
td.TdClassName
{
border-color: #42FF97;
}
.TagClassName
{
border-color: #42FF97;
}
</style>