Shades of Shamrock #42F392
Tints of Shamrock #42F392
RGB
CMYK
RGB Variations
Color information
#42F392 (or 0x42F392) is known color: Shamrock. HEX triplet: 42, F3 and 92. RGB value is (66,243,146). Sum of RGB (Red+Green+Blue) = 66+243+146=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #42F392 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F392 is #BD0C6D. Grayscale: #B3B3B3. Windows color (decimal): -12389486 or 9630530. OLE color: 9630530.
HSL color Cylindrical-coordinate representation of color #42F392: hue angle of 147.12º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F392 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 146 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.05 |
| HSL | 147.12º | 0.88% | 0.61% | - |
| HSV(B) | 147.12º | 0.73% | 0.95% | - |
| XYZ | 39.49 | 67.33 | 38.11 | - |
| YUV | 179.02 | 109.36 | 47.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 146 | 0.73 | 0 | 0.40 | 0.05 | 147.12 | 0.88 | 0.61 |
| Hex | 42 | F3 | 92 | 49 | 0 | 28 | 5 | 93 | 58 | 3D |
| Octal | 102 | 363 | 222 | 111 | 0 | 50 | 5 | 223 | 130 | 75 |
| Binary | 1000010 | 11110011 | 10010010 | 1001001 | 0 | 101000 | 101 | 10010011 | 1011000 | 111101 |
Color Harmonies of #42F392
Complementary color
Monochromatic Colors of #42F392
Black with #42F392
Text Example
Text Example
White with #42F392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F392; }
p { color: rgb(66,243,146); }
H1.HeaderClassName
{
color: #42F392;
}
.AnyTagClassName
{
color: #42F392;
}
</style>
background-color css
<style>
a { background-color: #42F392; }
a { background-color: rgb(66,243,146); }
div.DivClassName
{
background-color: #42F392;
}
.BgClassName
{
background-color: #42F392;
}
</style>
border-color css
<style>
span { border-color: #42F392; }
span { border-color: rgb(66,243,146); }
td.TdClassName
{
border-color: #42F392;
}
.TagClassName
{
border-color: #42F392;
}
</style>