Shades of Shamrock #42D7AF
Tints of Shamrock #42D7AF
RGB
CMYK
RGB Variations
Color information
#42D7AF (or 0x42D7AF) is known color: Shamrock. HEX triplet: 42, D7 and AF. RGB value is (66,215,175). Sum of RGB (Red+Green+Blue) = 66+215+175=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #42D7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D7AF is #BD2850. Grayscale: #A5A5A5. Windows color (decimal): -12396625 or 11523906. OLE color: 11523906.
HSL color Cylindrical-coordinate representation of color #42D7AF: hue angle of 163.89º 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 #42D7AF is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 215 | 175 | - |
| CMYK | 0.69 | 0 | 0.19 | 0.16 |
| HSL | 163.89º | 0.65% | 0.55% | - |
| HSV(B) | 163.89º | 0.69% | 0.84% | - |
| XYZ | 34.29 | 52.85 | 48.95 | - |
| YUV | 165.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 215 | 175 | 0.69 | 0 | 0.19 | 0.16 | 163.89 | 0.65 | 0.55 |
| Hex | 42 | D7 | AF | 45 | 0 | 13 | 10 | A4 | 41 | 37 |
| Octal | 102 | 327 | 257 | 105 | 0 | 23 | 20 | 244 | 101 | 67 |
| Binary | 1000010 | 11010111 | 10101111 | 1000101 | 0 | 10011 | 10000 | 10100100 | 1000001 | 110111 |
Color Harmonies of #42D7AF
Complementary color
Monochromatic Colors of #42D7AF
Black with #42D7AF
Text Example
Text Example
White with #42D7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D7AF; }
p { color: rgb(66,215,175); }
H1.HeaderClassName
{
color: #42D7AF;
}
.AnyTagClassName
{
color: #42D7AF;
}
</style>
background-color css
<style>
a { background-color: #42D7AF; }
a { background-color: rgb(66,215,175); }
div.DivClassName
{
background-color: #42D7AF;
}
.BgClassName
{
background-color: #42D7AF;
}
</style>
border-color css
<style>
span { border-color: #42D7AF; }
span { border-color: rgb(66,215,175); }
td.TdClassName
{
border-color: #42D7AF;
}
.TagClassName
{
border-color: #42D7AF;
}
</style>