Shades of Shamrock #42F690
Tints of Shamrock #42F690
RGB
CMYK
RGB Variations
Color information
#42F690 (or 0x42F690) is known color: Shamrock. HEX triplet: 42, F6 and 90. RGB value is (66,246,144). Sum of RGB (Red+Green+Blue) = 66+246+144=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 246 (96.48% from 255 or 53.95% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 246 - color contains mainly: green. Hex color #42F690 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F690 is #BD096F. Grayscale: #B4B4B4. Windows color (decimal): -12388720 or 9500226. OLE color: 9500226.
HSL color Cylindrical-coordinate representation of color #42F690: hue angle of 146º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F690 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 144 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.04 |
| HSL | 146º | 0.91% | 0.61% | - |
| HSV(B) | 146º | 0.73% | 0.96% | - |
| XYZ | 40.24 | 69.08 | 37.6 | - |
| YUV | 180.55 | 107.37 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 144 | 0.73 | 0 | 0.41 | 0.04 | 146 | 0.91 | 0.61 |
| Hex | 42 | F6 | 90 | 49 | 0 | 29 | 4 | 92 | 5B | 3D |
| Octal | 102 | 366 | 220 | 111 | 0 | 51 | 4 | 222 | 133 | 75 |
| Binary | 1000010 | 11110110 | 10010000 | 1001001 | 0 | 101001 | 100 | 10010010 | 1011011 | 111101 |
Color Harmonies of #42F690
Complementary color
Monochromatic Colors of #42F690
Black with #42F690
Text Example
Text Example
White with #42F690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F690; }
p { color: rgb(66,246,144); }
H1.HeaderClassName
{
color: #42F690;
}
.AnyTagClassName
{
color: #42F690;
}
</style>
background-color css
<style>
a { background-color: #42F690; }
a { background-color: rgb(66,246,144); }
div.DivClassName
{
background-color: #42F690;
}
.BgClassName
{
background-color: #42F690;
}
</style>
border-color css
<style>
span { border-color: #42F690; }
span { border-color: rgb(66,246,144); }
td.TdClassName
{
border-color: #42F690;
}
.TagClassName
{
border-color: #42F690;
}
</style>