Shades of Shamrock #42D69F
Tints of Shamrock #42D69F
RGB
CMYK
RGB Variations
Color information
#42D69F (or 0x42D69F) is known color: Shamrock. HEX triplet: 42, D6 and 9F. RGB value is (66,214,159). Sum of RGB (Red+Green+Blue) = 66+214+159=439 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.03% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #42D69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D69F is #BD2960. Grayscale: #A3A3A3. Windows color (decimal): -12396897 or 10475074. OLE color: 10475074.
HSL color Cylindrical-coordinate representation of color #42D69F: hue angle of 157.7º 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 #42D69F is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 66 | 214 | 159 | - |
| CMYK | 0.69 | 0 | 0.26 | 0.16 |
| HSL | 157.7º | 0.64% | 0.55% | - |
| HSV(B) | 157.7º | 0.69% | 0.84% | - |
| XYZ | 32.55 | 51.75 | 41.07 | - |
| YUV | 163.48 | 125.47 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 214 | 159 | 0.69 | 0 | 0.26 | 0.16 | 157.7 | 0.64 | 0.55 |
| Hex | 42 | D6 | 9F | 45 | 0 | 1A | 10 | 9E | 40 | 37 |
| Octal | 102 | 326 | 237 | 105 | 0 | 32 | 20 | 236 | 100 | 67 |
| Binary | 1000010 | 11010110 | 10011111 | 1000101 | 0 | 11010 | 10000 | 10011110 | 1000000 | 110111 |
Color Harmonies of #42D69F
Complementary color
Monochromatic Colors of #42D69F
Black with #42D69F
Text Example
Text Example
White with #42D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D69F; }
p { color: rgb(66,214,159); }
H1.HeaderClassName
{
color: #42D69F;
}
.AnyTagClassName
{
color: #42D69F;
}
</style>
background-color css
<style>
a { background-color: #42D69F; }
a { background-color: rgb(66,214,159); }
div.DivClassName
{
background-color: #42D69F;
}
.BgClassName
{
background-color: #42D69F;
}
</style>
border-color css
<style>
span { border-color: #42D69F; }
span { border-color: rgb(66,214,159); }
td.TdClassName
{
border-color: #42D69F;
}
.TagClassName
{
border-color: #42D69F;
}
</style>