Shades of Shamrock #42F7A6
Tints of Shamrock #42F7A6
RGB
CMYK
RGB Variations
Color information
#42F7A6 (or 0x42F7A6) is known color: Shamrock. HEX triplet: 42, F7 and A6. RGB value is (66,247,166). Sum of RGB (Red+Green+Blue) = 66+247+166=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #42F7A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F7A6 is #BD0859. Grayscale: #B7B7B7. Windows color (decimal): -12388442 or 10942274. OLE color: 10942274.
HSL color Cylindrical-coordinate representation of color #42F7A6: hue angle of 153.15º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F7A6 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 166 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.03 |
| HSL | 153.15º | 0.92% | 0.61% | - |
| HSV(B) | 153.15º | 0.73% | 0.97% | - |
| XYZ | 42.39 | 70.43 | 47.44 | - |
| YUV | 183.65 | 118.03 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 166 | 0.73 | 0 | 0.33 | 0.03 | 153.15 | 0.92 | 0.61 |
| Hex | 42 | F7 | A6 | 49 | 0 | 21 | 3 | 99 | 5C | 3D |
| Octal | 102 | 367 | 246 | 111 | 0 | 41 | 3 | 231 | 134 | 75 |
| Binary | 1000010 | 11110111 | 10100110 | 1001001 | 0 | 100001 | 11 | 10011001 | 1011100 | 111101 |
Color Harmonies of #42F7A6
Complementary color
Monochromatic Colors of #42F7A6
Black with #42F7A6
Text Example
Text Example
White with #42F7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F7A6; }
p { color: rgb(66,247,166); }
H1.HeaderClassName
{
color: #42F7A6;
}
.AnyTagClassName
{
color: #42F7A6;
}
</style>
background-color css
<style>
a { background-color: #42F7A6; }
a { background-color: rgb(66,247,166); }
div.DivClassName
{
background-color: #42F7A6;
}
.BgClassName
{
background-color: #42F7A6;
}
</style>
border-color css
<style>
span { border-color: #42F7A6; }
span { border-color: rgb(66,247,166); }
td.TdClassName
{
border-color: #42F7A6;
}
.TagClassName
{
border-color: #42F7A6;
}
</style>