Shades of Shamrock #42FF9D
Tints of Shamrock #42FF9D
RGB
CMYK
RGB Variations
Color information
#42FF9D (or 0x42FF9D) is known color: Shamrock. HEX triplet: 42, FF and 9D. RGB value is (66,255,157). Sum of RGB (Red+Green+Blue) = 66+255+157=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #42FF9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FF9D is #BD0062. Grayscale: #BBBBBB. Windows color (decimal): -12386403 or 10354498. OLE color: 10354498.
HSL color Cylindrical-coordinate representation of color #42FF9D: hue angle of 148.89º 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 #42FF9D is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 255 | 157 | - |
| CMYK | 0.74 | 0 | 0.38 | 0 |
| HSL | 148.89º | 1% | 0.63% | - |
| HSV(B) | 148.89º | 0.74% | 1% | - |
| XYZ | 44.09 | 75.11 | 44.07 | - |
| YUV | 187.32 | 110.88 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 255 | 157 | 0.74 | 0 | 0.38 | 0 | 148.89 | 1 | 0.63 |
| Hex | 42 | FF | 9D | 4A | 0 | 26 | 0 | 95 | 64 | 3F |
| Octal | 102 | 377 | 235 | 112 | 0 | 46 | 0 | 225 | 144 | 77 |
| Binary | 1000010 | 11111111 | 10011101 | 1001010 | 0 | 100110 | 0 | 10010101 | 1100100 | 111111 |
Color Harmonies of #42FF9D
Complementary color
Monochromatic Colors of #42FF9D
Black with #42FF9D
Text Example
Text Example
White with #42FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FF9D; }
p { color: rgb(66,255,157); }
H1.HeaderClassName
{
color: #42FF9D;
}
.AnyTagClassName
{
color: #42FF9D;
}
</style>
background-color css
<style>
a { background-color: #42FF9D; }
a { background-color: rgb(66,255,157); }
div.DivClassName
{
background-color: #42FF9D;
}
.BgClassName
{
background-color: #42FF9D;
}
</style>
border-color css
<style>
span { border-color: #42FF9D; }
span { border-color: rgb(66,255,157); }
td.TdClassName
{
border-color: #42FF9D;
}
.TagClassName
{
border-color: #42FF9D;
}
</style>