Shades of Shamrock #42FF92
Tints of Shamrock #42FF92
RGB
CMYK
RGB Variations
Color information
#42FF92 (or 0x42FF92) is known color: Shamrock. HEX triplet: 42, FF and 92. RGB value is (66,255,146). Sum of RGB (Red+Green+Blue) = 66+255+146=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FF92 is #BD006D. Grayscale: #BABABA. Windows color (decimal): -12386414 or 9633602. OLE color: 9633602.
HSL color Cylindrical-coordinate representation of color #42FF92: hue angle of 145.4º 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 #42FF92 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 146 | - |
| CMYK | 0.74 | 0 | 0.43 | 0 |
| HSL | 145.4º | 1% | 0.63% | - |
| HSV(B) | 145.4º | 0.74% | 1% | - |
| XYZ | 43.2 | 74.75 | 39.35 | - |
| YUV | 186.06 | 105.38 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 146 | 0.74 | 0 | 0.43 | 0 | 145.4 | 1 | 0.63 |
| Hex | 42 | FF | 92 | 4A | 0 | 2B | 0 | 91 | 64 | 3F |
| Octal | 102 | 377 | 222 | 112 | 0 | 53 | 0 | 221 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10010010 | 1001010 | 0 | 101011 | 0 | 10010001 | 1100100 | 111111 |
Color Harmonies of #42FF92
Complementary color
Monochromatic Colors of #42FF92
Black with #42FF92
Text Example
Text Example
White with #42FF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF92; }
p { color: rgb(66,255,146); }
H1.HeaderClassName
{
color: #42FF92;
}
.AnyTagClassName
{
color: #42FF92;
}
</style>
background-color css
<style>
a { background-color: #42FF92; }
a { background-color: rgb(66,255,146); }
div.DivClassName
{
background-color: #42FF92;
}
.BgClassName
{
background-color: #42FF92;
}
</style>
border-color css
<style>
span { border-color: #42FF92; }
span { border-color: rgb(66,255,146); }
td.TdClassName
{
border-color: #42FF92;
}
.TagClassName
{
border-color: #42FF92;
}
</style>