Shades of Shamrock #42D093
Tints of Shamrock #42D093
RGB
CMYK
RGB Variations
Color information
#42D093 (or 0x42D093) is known color: Shamrock. HEX triplet: 42, D0 and 93. RGB value is (66,208,147). Sum of RGB (Red+Green+Blue) = 66+208+147=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #42D093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D093 is #BD2F6C. Grayscale: #9E9E9E. Windows color (decimal): -12398445 or 9687106. OLE color: 9687106.
HSL color Cylindrical-coordinate representation of color #42D093: hue angle of 154.23º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42D093 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 66 | 208 | 147 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.18 |
| HSL | 154.23º | 0.6% | 0.54% | - |
| HSV(B) | 154.23º | 0.68% | 0.82% | - |
| XYZ | 30.07 | 48.38 | 35.36 | - |
| YUV | 158.59 | 121.46 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 208 | 147 | 0.68 | 0 | 0.29 | 0.18 | 154.23 | 0.6 | 0.54 |
| Hex | 42 | D0 | 93 | 44 | 0 | 1D | 12 | 9A | 3C | 36 |
| Octal | 102 | 320 | 223 | 104 | 0 | 35 | 22 | 232 | 74 | 66 |
| Binary | 1000010 | 11010000 | 10010011 | 1000100 | 0 | 11101 | 10010 | 10011010 | 111100 | 110110 |
Color Harmonies of #42D093
Complementary color
Monochromatic Colors of #42D093
Black with #42D093
Text Example
Text Example
White with #42D093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D093; }
p { color: rgb(66,208,147); }
H1.HeaderClassName
{
color: #42D093;
}
.AnyTagClassName
{
color: #42D093;
}
</style>
background-color css
<style>
a { background-color: #42D093; }
a { background-color: rgb(66,208,147); }
div.DivClassName
{
background-color: #42D093;
}
.BgClassName
{
background-color: #42D093;
}
</style>
border-color css
<style>
span { border-color: #42D093; }
span { border-color: rgb(66,208,147); }
td.TdClassName
{
border-color: #42D093;
}
.TagClassName
{
border-color: #42D093;
}
</style>