Shades of Shamrock #42FB91
Tints of Shamrock #42FB91
RGB
CMYK
RGB Variations
Color information
#42FB91 (or 0x42FB91) is known color: Shamrock. HEX triplet: 42, FB and 91. RGB value is (66,251,145). Sum of RGB (Red+Green+Blue) = 66+251+145=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 251 (98.44% from 255 or 54.33% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FB91 is #BD046E. Grayscale: #B7B7B7. Windows color (decimal): -12387439 or 9567042. OLE color: 9567042.
HSL color Cylindrical-coordinate representation of color #42FB91: hue angle of 145.62º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FB91 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 145 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.02 |
| HSL | 145.62º | 0.96% | 0.62% | - |
| HSV(B) | 145.62º | 0.74% | 0.98% | - |
| XYZ | 41.85 | 72.2 | 38.52 | - |
| YUV | 183.6 | 106.21 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 145 | 0.74 | 0 | 0.42 | 0.02 | 145.62 | 0.96 | 0.62 |
| Hex | 42 | FB | 91 | 4A | 0 | 2A | 2 | 92 | 60 | 3E |
| Octal | 102 | 373 | 221 | 112 | 0 | 52 | 2 | 222 | 140 | 76 |
| Binary | 1000010 | 11111011 | 10010001 | 1001010 | 0 | 101010 | 10 | 10010010 | 1100000 | 111110 |
Color Harmonies of #42FB91
Complementary color
Monochromatic Colors of #42FB91
Black with #42FB91
Text Example
Text Example
White with #42FB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FB91; }
p { color: rgb(66,251,145); }
H1.HeaderClassName
{
color: #42FB91;
}
.AnyTagClassName
{
color: #42FB91;
}
</style>
background-color css
<style>
a { background-color: #42FB91; }
a { background-color: rgb(66,251,145); }
div.DivClassName
{
background-color: #42FB91;
}
.BgClassName
{
background-color: #42FB91;
}
</style>
border-color css
<style>
span { border-color: #42FB91; }
span { border-color: rgb(66,251,145); }
td.TdClassName
{
border-color: #42FB91;
}
.TagClassName
{
border-color: #42FB91;
}
</style>