Shades of Shamrock #42D699
Tints of Shamrock #42D699
RGB
CMYK
RGB Variations
Color information
#42D699 (or 0x42D699) is known color: Shamrock. HEX triplet: 42, D6 and 99. RGB value is (66,214,153). Sum of RGB (Red+Green+Blue) = 66+214+153=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #42D699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D699 is #BD2966. Grayscale: #A2A2A2. Windows color (decimal): -12396903 or 10081858. OLE color: 10081858.
HSL color Cylindrical-coordinate representation of color #42D699: hue angle of 155.27º 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 #42D699 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 153 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.16 |
| HSL | 155.27º | 0.64% | 0.55% | - |
| HSV(B) | 155.27º | 0.69% | 0.84% | - |
| XYZ | 32.04 | 51.55 | 38.4 | - |
| YUV | 162.79 | 122.47 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 153 | 0.69 | 0 | 0.29 | 0.16 | 155.27 | 0.64 | 0.55 |
| Hex | 42 | D6 | 99 | 45 | 0 | 1D | 10 | 9B | 40 | 37 |
| Octal | 102 | 326 | 231 | 105 | 0 | 35 | 20 | 233 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10011001 | 1000101 | 0 | 11101 | 10000 | 10011011 | 1000000 | 110111 |
Color Harmonies of #42D699
Complementary color
Monochromatic Colors of #42D699
Black with #42D699
Text Example
Text Example
White with #42D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D699; }
p { color: rgb(66,214,153); }
H1.HeaderClassName
{
color: #42D699;
}
.AnyTagClassName
{
color: #42D699;
}
</style>
background-color css
<style>
a { background-color: #42D699; }
a { background-color: rgb(66,214,153); }
div.DivClassName
{
background-color: #42D699;
}
.BgClassName
{
background-color: #42D699;
}
</style>
border-color css
<style>
span { border-color: #42D699; }
span { border-color: rgb(66,214,153); }
td.TdClassName
{
border-color: #42D699;
}
.TagClassName
{
border-color: #42D699;
}
</style>