Shades of Shamrock #42D799
Tints of Shamrock #42D799
RGB
CMYK
RGB Variations
Color information
#42D799 (or 0x42D799) is known color: Shamrock. HEX triplet: 42, D7 and 99. RGB value is (66,215,153). Sum of RGB (Red+Green+Blue) = 66+215+153=434 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.21% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #42D799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D799 is #BD2866. Grayscale: #A3A3A3. Windows color (decimal): -12396647 or 10082114. OLE color: 10082114.
HSL color Cylindrical-coordinate representation of color #42D799: hue angle of 155.03º degrees, saturation: 0.65, 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 #42D799 is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 153 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.16 |
| HSL | 155.03º | 0.65% | 0.55% | - |
| HSV(B) | 155.03º | 0.69% | 0.84% | - |
| XYZ | 32.3 | 52.06 | 38.48 | - |
| YUV | 163.38 | 122.14 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 153 | 0.69 | 0 | 0.29 | 0.16 | 155.03 | 0.65 | 0.55 |
| Hex | 42 | D7 | 99 | 45 | 0 | 1D | 10 | 9B | 41 | 37 |
| Octal | 102 | 327 | 231 | 105 | 0 | 35 | 20 | 233 | 101 | 67 |
| Binary | 1000010 | 11010111 | 10011001 | 1000101 | 0 | 11101 | 10000 | 10011011 | 1000001 | 110111 |
Color Harmonies of #42D799
Complementary color
Monochromatic Colors of #42D799
Black with #42D799
Text Example
Text Example
White with #42D799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D799; }
p { color: rgb(66,215,153); }
H1.HeaderClassName
{
color: #42D799;
}
.AnyTagClassName
{
color: #42D799;
}
</style>
background-color css
<style>
a { background-color: #42D799; }
a { background-color: rgb(66,215,153); }
div.DivClassName
{
background-color: #42D799;
}
.BgClassName
{
background-color: #42D799;
}
</style>
border-color css
<style>
span { border-color: #42D799; }
span { border-color: rgb(66,215,153); }
td.TdClassName
{
border-color: #42D799;
}
.TagClassName
{
border-color: #42D799;
}
</style>