Shades of Shamrock #42D097
Tints of Shamrock #42D097
RGB
CMYK
RGB Variations
Color information
#42D097 (or 0x42D097) is known color: Shamrock. HEX triplet: 42, D0 and 97. RGB value is (66,208,151). Sum of RGB (Red+Green+Blue) = 66+208+151=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 208 (81.64% from 255 or 48.94% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 208 - color contains mainly: green. Hex color #42D097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D097 is #BD2F68. Grayscale: #9F9F9F. Windows color (decimal): -12398441 or 9949250. OLE color: 9949250.
HSL color Cylindrical-coordinate representation of color #42D097: hue angle of 155.92º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D097 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 151 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.18 |
| HSL | 155.92º | 0.6% | 0.54% | - |
| HSV(B) | 155.92º | 0.68% | 0.82% | - |
| XYZ | 30.39 | 48.5 | 37.04 | - |
| YUV | 159.04 | 123.46 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 151 | 0.68 | 0 | 0.27 | 0.18 | 155.92 | 0.6 | 0.54 |
| Hex | 42 | D0 | 97 | 44 | 0 | 1B | 12 | 9C | 3C | 36 |
| Octal | 102 | 320 | 227 | 104 | 0 | 33 | 22 | 234 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10010111 | 1000100 | 0 | 11011 | 10010 | 10011100 | 111100 | 110110 |
Color Harmonies of #42D097
Complementary color
Monochromatic Colors of #42D097
Black with #42D097
Text Example
Text Example
White with #42D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D097; }
p { color: rgb(66,208,151); }
H1.HeaderClassName
{
color: #42D097;
}
.AnyTagClassName
{
color: #42D097;
}
</style>
background-color css
<style>
a { background-color: #42D097; }
a { background-color: rgb(66,208,151); }
div.DivClassName
{
background-color: #42D097;
}
.BgClassName
{
background-color: #42D097;
}
</style>
border-color css
<style>
span { border-color: #42D097; }
span { border-color: rgb(66,208,151); }
td.TdClassName
{
border-color: #42D097;
}
.TagClassName
{
border-color: #42D097;
}
</style>