Shades of Shamrock #42D897
Tints of Shamrock #42D897
RGB
CMYK
RGB Variations
Color information
#42D897 (or 0x42D897) is known color: Shamrock. HEX triplet: 42, D8 and 97. RGB value is (66,216,151). Sum of RGB (Red+Green+Blue) = 66+216+151=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #42D897 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D897 is #BD2768. Grayscale: #A3A3A3. Windows color (decimal): -12396393 or 9951298. OLE color: 9951298.
HSL color Cylindrical-coordinate representation of color #42D897: hue angle of 154º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D897 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 216 | 151 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.15 |
| HSL | 154º | 0.66% | 0.55% | - |
| HSV(B) | 154º | 0.69% | 0.85% | - |
| XYZ | 32.39 | 52.5 | 37.71 | - |
| YUV | 163.74 | 120.81 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 216 | 151 | 0.69 | 0 | 0.30 | 0.15 | 154 | 0.66 | 0.55 |
| Hex | 42 | D8 | 97 | 45 | 0 | 1E | F | 9A | 42 | 37 |
| Octal | 102 | 330 | 227 | 105 | 0 | 36 | 17 | 232 | 102 | 67 |
| Binary | 1000010 | 11011000 | 10010111 | 1000101 | 0 | 11110 | 1111 | 10011010 | 1000010 | 110111 |
Color Harmonies of #42D897
Complementary color
Monochromatic Colors of #42D897
Black with #42D897
Text Example
Text Example
White with #42D897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D897; }
p { color: rgb(66,216,151); }
H1.HeaderClassName
{
color: #42D897;
}
.AnyTagClassName
{
color: #42D897;
}
</style>
background-color css
<style>
a { background-color: #42D897; }
a { background-color: rgb(66,216,151); }
div.DivClassName
{
background-color: #42D897;
}
.BgClassName
{
background-color: #42D897;
}
</style>
border-color css
<style>
span { border-color: #42D897; }
span { border-color: rgb(66,216,151); }
td.TdClassName
{
border-color: #42D897;
}
.TagClassName
{
border-color: #42D897;
}
</style>