Shades of Shamrock #42F091
Tints of Shamrock #42F091
RGB
CMYK
RGB Variations
Color information
#42F091 (or 0x42F091) is known color: Shamrock. HEX triplet: 42, F0 and 91. RGB value is (66,240,145). Sum of RGB (Red+Green+Blue) = 66+240+145=451 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.63% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #42F091 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F091 is #BD0F6E. Grayscale: #B1B1B1. Windows color (decimal): -12390255 or 9564226. OLE color: 9564226.
HSL color Cylindrical-coordinate representation of color #42F091: hue angle of 147.24º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F091 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 240 | 145 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.06 |
| HSL | 147.24º | 0.85% | 0.6% | - |
| HSV(B) | 147.24º | 0.73% | 0.94% | - |
| XYZ | 38.52 | 65.52 | 37.41 | - |
| YUV | 177.14 | 109.85 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 240 | 145 | 0.72 | 0 | 0.40 | 0.06 | 147.24 | 0.85 | 0.6 |
| Hex | 42 | F0 | 91 | 48 | 0 | 28 | 6 | 93 | 55 | 3C |
| Octal | 102 | 360 | 221 | 110 | 0 | 50 | 6 | 223 | 125 | 74 |
| Binary | 1000010 | 11110000 | 10010001 | 1001000 | 0 | 101000 | 110 | 10010011 | 1010101 | 111100 |
Color Harmonies of #42F091
Complementary color
Monochromatic Colors of #42F091
Black with #42F091
Text Example
Text Example
White with #42F091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F091; }
p { color: rgb(66,240,145); }
H1.HeaderClassName
{
color: #42F091;
}
.AnyTagClassName
{
color: #42F091;
}
</style>
background-color css
<style>
a { background-color: #42F091; }
a { background-color: rgb(66,240,145); }
div.DivClassName
{
background-color: #42F091;
}
.BgClassName
{
background-color: #42F091;
}
</style>
border-color css
<style>
span { border-color: #42F091; }
span { border-color: rgb(66,240,145); }
td.TdClassName
{
border-color: #42F091;
}
.TagClassName
{
border-color: #42F091;
}
</style>