Shades of Shamrock #42F692
Tints of Shamrock #42F692
RGB
CMYK
RGB Variations
Color information
#42F692 (or 0x42F692) is known color: Shamrock. HEX triplet: 42, F6 and 92. RGB value is (66,246,146). Sum of RGB (Red+Green+Blue) = 66+246+146=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #42F692 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F692 is #BD096D. Grayscale: #B5B5B5. Windows color (decimal): -12388718 or 9631298. OLE color: 9631298.
HSL color Cylindrical-coordinate representation of color #42F692: hue angle of 146.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 #42F692 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 146 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.04 |
| HSL | 146.67º | 0.91% | 0.61% | - |
| HSV(B) | 146.67º | 0.73% | 0.96% | - |
| XYZ | 40.39 | 69.15 | 38.41 | - |
| YUV | 180.78 | 108.37 | 46.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 146 | 0.73 | 0 | 0.41 | 0.04 | 146.67 | 0.91 | 0.61 |
| Hex | 42 | F6 | 92 | 49 | 0 | 29 | 4 | 93 | 5B | 3D |
| Octal | 102 | 366 | 222 | 111 | 0 | 51 | 4 | 223 | 133 | 75 |
| Binary | 1000010 | 11110110 | 10010010 | 1001001 | 0 | 101001 | 100 | 10010011 | 1011011 | 111101 |
Color Harmonies of #42F692
Complementary color
Monochromatic Colors of #42F692
Black with #42F692
Text Example
Text Example
White with #42F692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F692; }
p { color: rgb(66,246,146); }
H1.HeaderClassName
{
color: #42F692;
}
.AnyTagClassName
{
color: #42F692;
}
</style>
background-color css
<style>
a { background-color: #42F692; }
a { background-color: rgb(66,246,146); }
div.DivClassName
{
background-color: #42F692;
}
.BgClassName
{
background-color: #42F692;
}
</style>
border-color css
<style>
span { border-color: #42F692; }
span { border-color: rgb(66,246,146); }
td.TdClassName
{
border-color: #42F692;
}
.TagClassName
{
border-color: #42F692;
}
</style>