Shades of Shamrock #42FF98
Tints of Shamrock #42FF98
RGB
CMYK
RGB Variations
Color information
#42FF98 (or 0x42FF98) is known color: Shamrock. HEX triplet: 42, FF and 98. RGB value is (66,255,152). Sum of RGB (Red+Green+Blue) = 66+255+152=473 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.95% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FF98 is #BD0067. Grayscale: #BABABA. Windows color (decimal): -12386408 or 10026818. OLE color: 10026818.
HSL color Cylindrical-coordinate representation of color #42FF98: hue angle of 147.3º 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 #42FF98 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 152 | - |
| CMYK | 0.74 | 0 | 0.40 | 0 |
| HSL | 147.3º | 1% | 0.63% | - |
| HSV(B) | 147.3º | 0.74% | 1% | - |
| XYZ | 43.67 | 74.95 | 41.87 | - |
| YUV | 186.75 | 108.38 | 41.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 152 | 0.74 | 0 | 0.40 | 0 | 147.3 | 1 | 0.63 |
| Hex | 42 | FF | 98 | 4A | 0 | 28 | 0 | 93 | 64 | 3F |
| Octal | 102 | 377 | 230 | 112 | 0 | 50 | 0 | 223 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10011000 | 1001010 | 0 | 101000 | 0 | 10010011 | 1100100 | 111111 |
Color Harmonies of #42FF98
Complementary color
Monochromatic Colors of #42FF98
Black with #42FF98
Text Example
Text Example
White with #42FF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF98; }
p { color: rgb(66,255,152); }
H1.HeaderClassName
{
color: #42FF98;
}
.AnyTagClassName
{
color: #42FF98;
}
</style>
background-color css
<style>
a { background-color: #42FF98; }
a { background-color: rgb(66,255,152); }
div.DivClassName
{
background-color: #42FF98;
}
.BgClassName
{
background-color: #42FF98;
}
</style>
border-color css
<style>
span { border-color: #42FF98; }
span { border-color: rgb(66,255,152); }
td.TdClassName
{
border-color: #42FF98;
}
.TagClassName
{
border-color: #42FF98;
}
</style>