Shades of Shamrock #42F69E
Tints of Shamrock #42F69E
RGB
CMYK
RGB Variations
Color information
#42F69E (or 0x42F69E) is known color: Shamrock. HEX triplet: 42, F6 and 9E. RGB value is (66,246,158). Sum of RGB (Red+Green+Blue) = 66+246+158=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 246 (96.48% from 255 or 52.34% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 246 - color contains mainly: green. Hex color #42F69E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F69E is #BD0961. Grayscale: #B6B6B6. Windows color (decimal): -12388706 or 10417730. OLE color: 10417730.
HSL color Cylindrical-coordinate representation of color #42F69E: hue angle of 150.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F69E is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 158 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.04 |
| HSL | 150.67º | 0.91% | 0.61% | - |
| HSV(B) | 150.67º | 0.73% | 0.96% | - |
| XYZ | 41.37 | 69.54 | 43.59 | - |
| YUV | 182.15 | 114.37 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 158 | 0.73 | 0 | 0.36 | 0.04 | 150.67 | 0.91 | 0.61 |
| Hex | 42 | F6 | 9E | 49 | 0 | 24 | 4 | 97 | 5B | 3D |
| Octal | 102 | 366 | 236 | 111 | 0 | 44 | 4 | 227 | 133 | 75 |
| Binary | 1000010 | 11110110 | 10011110 | 1001001 | 0 | 100100 | 100 | 10010111 | 1011011 | 111101 |
Color Harmonies of #42F69E
Complementary color
Monochromatic Colors of #42F69E
Black with #42F69E
Text Example
Text Example
White with #42F69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F69E; }
p { color: rgb(66,246,158); }
H1.HeaderClassName
{
color: #42F69E;
}
.AnyTagClassName
{
color: #42F69E;
}
</style>
background-color css
<style>
a { background-color: #42F69E; }
a { background-color: rgb(66,246,158); }
div.DivClassName
{
background-color: #42F69E;
}
.BgClassName
{
background-color: #42F69E;
}
</style>
border-color css
<style>
span { border-color: #42F69E; }
span { border-color: rgb(66,246,158); }
td.TdClassName
{
border-color: #42F69E;
}
.TagClassName
{
border-color: #42F69E;
}
</style>