Shades of Shamrock #42FB8D
Tints of Shamrock #42FB8D
RGB
CMYK
RGB Variations
Color information
#42FB8D (or 0x42FB8D) is known color: Shamrock. HEX triplet: 42, FB and 8D. RGB value is (66,251,141). Sum of RGB (Red+Green+Blue) = 66+251+141=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #42FB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FB8D is #BD0472. Grayscale: #B7B7B7. Windows color (decimal): -12387443 or 9304898. OLE color: 9304898.
HSL color Cylindrical-coordinate representation of color #42FB8D: hue angle of 144.32º 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 #42FB8D is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 141 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.02 |
| HSL | 144.32º | 0.96% | 0.62% | - |
| HSV(B) | 144.32º | 0.74% | 0.98% | - |
| XYZ | 41.55 | 72.08 | 36.92 | - |
| YUV | 183.15 | 104.21 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 141 | 0.74 | 0 | 0.44 | 0.02 | 144.32 | 0.96 | 0.62 |
| Hex | 42 | FB | 8D | 4A | 0 | 2C | 2 | 90 | 60 | 3E |
| Octal | 102 | 373 | 215 | 112 | 0 | 54 | 2 | 220 | 140 | 76 |
| Binary | 1000010 | 11111011 | 10001101 | 1001010 | 0 | 101100 | 10 | 10010000 | 1100000 | 111110 |
Color Harmonies of #42FB8D
Complementary color
Monochromatic Colors of #42FB8D
Black with #42FB8D
Text Example
Text Example
White with #42FB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FB8D; }
p { color: rgb(66,251,141); }
H1.HeaderClassName
{
color: #42FB8D;
}
.AnyTagClassName
{
color: #42FB8D;
}
</style>
background-color css
<style>
a { background-color: #42FB8D; }
a { background-color: rgb(66,251,141); }
div.DivClassName
{
background-color: #42FB8D;
}
.BgClassName
{
background-color: #42FB8D;
}
</style>
border-color css
<style>
span { border-color: #42FB8D; }
span { border-color: rgb(66,251,141); }
td.TdClassName
{
border-color: #42FB8D;
}
.TagClassName
{
border-color: #42FB8D;
}
</style>