Shades of Shamrock #42FB9F
Tints of Shamrock #42FB9F
RGB
CMYK
RGB Variations
Color information
#42FB9F (or 0x42FB9F) is known color: Shamrock. HEX triplet: 42, FB and 9F. RGB value is (66,251,159). Sum of RGB (Red+Green+Blue) = 66+251+159=476 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.87% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB9F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FB9F is #BD0460. Grayscale: #B9B9B9. Windows color (decimal): -12387425 or 10484546. OLE color: 10484546.
HSL color Cylindrical-coordinate representation of color #42FB9F: hue angle of 150.16º 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 #42FB9F is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 159 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.02 |
| HSL | 150.16º | 0.96% | 0.62% | - |
| HSV(B) | 150.16º | 0.74% | 0.98% | - |
| XYZ | 43 | 72.66 | 44.56 | - |
| YUV | 185.2 | 113.21 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 159 | 0.74 | 0 | 0.37 | 0.02 | 150.16 | 0.96 | 0.62 |
| Hex | 42 | FB | 9F | 4A | 0 | 25 | 2 | 96 | 60 | 3E |
| Octal | 102 | 373 | 237 | 112 | 0 | 45 | 2 | 226 | 140 | 76 |
| Binary | 1000010 | 11111011 | 10011111 | 1001010 | 0 | 100101 | 10 | 10010110 | 1100000 | 111110 |
Color Harmonies of #42FB9F
Complementary color
Monochromatic Colors of #42FB9F
Black with #42FB9F
Text Example
Text Example
White with #42FB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FB9F; }
p { color: rgb(66,251,159); }
H1.HeaderClassName
{
color: #42FB9F;
}
.AnyTagClassName
{
color: #42FB9F;
}
</style>
background-color css
<style>
a { background-color: #42FB9F; }
a { background-color: rgb(66,251,159); }
div.DivClassName
{
background-color: #42FB9F;
}
.BgClassName
{
background-color: #42FB9F;
}
</style>
border-color css
<style>
span { border-color: #42FB9F; }
span { border-color: rgb(66,251,159); }
td.TdClassName
{
border-color: #42FB9F;
}
.TagClassName
{
border-color: #42FB9F;
}
</style>