Shades of Shamrock #42FF8D
Tints of Shamrock #42FF8D
RGB
CMYK
RGB Variations
Color information
#42FF8D (or 0x42FF8D) is known color: Shamrock. HEX triplet: 42, FF and 8D. RGB value is (66,255,141). Sum of RGB (Red+Green+Blue) = 66+255+141=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 255 (100% from 255 or 55.19% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FF8D is #BD0072. Grayscale: #B9B9B9. Windows color (decimal): -12386419 or 9305922. OLE color: 9305922.
HSL color Cylindrical-coordinate representation of color #42FF8D: hue angle of 143.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FF8D is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 141 | - |
| CMYK | 0.74 | 0 | 0.45 | 0 |
| HSL | 143.81º | 1% | 0.63% | - |
| HSV(B) | 143.81º | 0.74% | 1% | - |
| XYZ | 42.81 | 74.6 | 37.34 | - |
| YUV | 185.49 | 102.88 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 141 | 0.74 | 0 | 0.45 | 0 | 143.81 | 1 | 0.63 |
| Hex | 42 | FF | 8D | 4A | 0 | 2D | 0 | 90 | 64 | 3F |
| Octal | 102 | 377 | 215 | 112 | 0 | 55 | 0 | 220 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10001101 | 1001010 | 0 | 101101 | 0 | 10010000 | 1100100 | 111111 |
Color Harmonies of #42FF8D
Complementary color
Monochromatic Colors of #42FF8D
Black with #42FF8D
Text Example
Text Example
White with #42FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF8D; }
p { color: rgb(66,255,141); }
H1.HeaderClassName
{
color: #42FF8D;
}
.AnyTagClassName
{
color: #42FF8D;
}
</style>
background-color css
<style>
a { background-color: #42FF8D; }
a { background-color: rgb(66,255,141); }
div.DivClassName
{
background-color: #42FF8D;
}
.BgClassName
{
background-color: #42FF8D;
}
</style>
border-color css
<style>
span { border-color: #42FF8D; }
span { border-color: rgb(66,255,141); }
td.TdClassName
{
border-color: #42FF8D;
}
.TagClassName
{
border-color: #42FF8D;
}
</style>