Shades of Shamrock #42D599
Tints of Shamrock #42D599
RGB
CMYK
RGB Variations
Color information
#42D599 (or 0x42D599) is known color: Shamrock. HEX triplet: 42, D5 and 99. RGB value is (66,213,153). Sum of RGB (Red+Green+Blue) = 66+213+153=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 213 (83.59% from 255 or 49.31% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 213 - color contains mainly: green. Hex color #42D599 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D599 is #BD2A66. Grayscale: #A2A2A2. Windows color (decimal): -12397159 or 10081602. OLE color: 10081602.
HSL color Cylindrical-coordinate representation of color #42D599: hue angle of 155.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D599 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 213 | 153 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.16 |
| HSL | 155.51º | 0.64% | 0.55% | - |
| HSV(B) | 155.51º | 0.69% | 0.84% | - |
| XYZ | 31.79 | 51.05 | 38.31 | - |
| YUV | 162.21 | 122.8 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 213 | 153 | 0.69 | 0 | 0.28 | 0.16 | 155.51 | 0.64 | 0.55 |
| Hex | 42 | D5 | 99 | 45 | 0 | 1C | 10 | 9C | 40 | 37 |
| Octal | 102 | 325 | 231 | 105 | 0 | 34 | 20 | 234 | 100 | 67 |
| Binary | 1000010 | 11010101 | 10011001 | 1000101 | 0 | 11100 | 10000 | 10011100 | 1000000 | 110111 |
Color Harmonies of #42D599
Complementary color
Monochromatic Colors of #42D599
Black with #42D599
Text Example
Text Example
White with #42D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D599; }
p { color: rgb(66,213,153); }
H1.HeaderClassName
{
color: #42D599;
}
.AnyTagClassName
{
color: #42D599;
}
</style>
background-color css
<style>
a { background-color: #42D599; }
a { background-color: rgb(66,213,153); }
div.DivClassName
{
background-color: #42D599;
}
.BgClassName
{
background-color: #42D599;
}
</style>
border-color css
<style>
span { border-color: #42D599; }
span { border-color: rgb(66,213,153); }
td.TdClassName
{
border-color: #42D599;
}
.TagClassName
{
border-color: #42D599;
}
</style>