Shades of Shamrock #42FF99
Tints of Shamrock #42FF99
RGB
CMYK
RGB Variations
Color information
#42FF99 (or 0x42FF99) is known color: Shamrock. HEX triplet: 42, FF and 99. RGB value is (66,255,153). Sum of RGB (Red+Green+Blue) = 66+255+153=474 (62% of max value = 765). Red value is 66 (26.17% from 255 or 13.92% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FF99 is #BD0066. Grayscale: #BBBBBB. Windows color (decimal): -12386407 or 10092354. OLE color: 10092354.
HSL color Cylindrical-coordinate representation of color #42FF99: hue angle of 147.62º 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 #42FF99 is Cyan = 0.74, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 153 | - |
| CMYK | 0.74 | 0 | 0.4 | 0 |
| HSL | 147.62º | 1% | 0.63% | - |
| HSV(B) | 147.62º | 0.74% | 1% | - |
| XYZ | 43.76 | 74.98 | 42.3 | - |
| YUV | 186.86 | 108.88 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 153 | 0.74 | 0 | 0.4 | 0 | 147.62 | 1 | 0.63 |
| Hex | 42 | FF | 99 | 4A | 0 | 28 | 0 | 94 | 64 | 3F |
| Octal | 102 | 377 | 231 | 112 | 0 | 50 | 0 | 224 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10011001 | 1001010 | 0 | 101000 | 0 | 10010100 | 1100100 | 111111 |
Color Harmonies of #42FF99
Complementary color
Monochromatic Colors of #42FF99
Black with #42FF99
Text Example
Text Example
White with #42FF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF99; }
p { color: rgb(66,255,153); }
H1.HeaderClassName
{
color: #42FF99;
}
.AnyTagClassName
{
color: #42FF99;
}
</style>
background-color css
<style>
a { background-color: #42FF99; }
a { background-color: rgb(66,255,153); }
div.DivClassName
{
background-color: #42FF99;
}
.BgClassName
{
background-color: #42FF99;
}
</style>
border-color css
<style>
span { border-color: #42FF99; }
span { border-color: rgb(66,255,153); }
td.TdClassName
{
border-color: #42FF99;
}
.TagClassName
{
border-color: #42FF99;
}
</style>