Shades of Shamrock #42F891
Tints of Shamrock #42F891
RGB
CMYK
RGB Variations
Color information
#42F891 (or 0x42F891) is known color: Shamrock. HEX triplet: 42, F8 and 91. RGB value is (66,248,145). Sum of RGB (Red+Green+Blue) = 66+248+145=459 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.38% from 459); Green value is 248 (97.27% from 255 or 54.03% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 248 - color contains mainly: green. Hex color #42F891 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F891 is #BD076E. Grayscale: #B6B6B6. Windows color (decimal): -12388207 or 9566274. OLE color: 9566274.
HSL color Cylindrical-coordinate representation of color #42F891: hue angle of 146.04º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F891 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 145 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.03 |
| HSL | 146.04º | 0.93% | 0.62% | - |
| HSV(B) | 146.04º | 0.73% | 0.97% | - |
| XYZ | 40.93 | 70.34 | 38.21 | - |
| YUV | 181.84 | 107.2 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 145 | 0.73 | 0 | 0.42 | 0.03 | 146.04 | 0.93 | 0.62 |
| Hex | 42 | F8 | 91 | 49 | 0 | 2A | 3 | 92 | 5D | 3E |
| Octal | 102 | 370 | 221 | 111 | 0 | 52 | 3 | 222 | 135 | 76 |
| Binary | 1000010 | 11111000 | 10010001 | 1001001 | 0 | 101010 | 11 | 10010010 | 1011101 | 111110 |
Color Harmonies of #42F891
Complementary color
Monochromatic Colors of #42F891
Black with #42F891
Text Example
Text Example
White with #42F891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F891; }
p { color: rgb(66,248,145); }
H1.HeaderClassName
{
color: #42F891;
}
.AnyTagClassName
{
color: #42F891;
}
</style>
background-color css
<style>
a { background-color: #42F891; }
a { background-color: rgb(66,248,145); }
div.DivClassName
{
background-color: #42F891;
}
.BgClassName
{
background-color: #42F891;
}
</style>
border-color css
<style>
span { border-color: #42F891; }
span { border-color: rgb(66,248,145); }
td.TdClassName
{
border-color: #42F891;
}
.TagClassName
{
border-color: #42F891;
}
</style>