Shades of Shamrock #42F293
Tints of Shamrock #42F293
RGB
CMYK
RGB Variations
Color information
#42F293 (or 0x42F293) is known color: Shamrock. HEX triplet: 42, F2 and 93. RGB value is (66,242,147). Sum of RGB (Red+Green+Blue) = 66+242+147=455 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.51% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #42F293 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F293 is #BD0D6C. Grayscale: #B2B2B2. Windows color (decimal): -12389741 or 9695810. OLE color: 9695810.
HSL color Cylindrical-coordinate representation of color #42F293: hue angle of 147.61º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F293 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 147 | - |
| CMYK | 0.73 | 0 | 0.39 | 0.05 |
| HSL | 147.61º | 0.87% | 0.6% | - |
| HSV(B) | 147.61º | 0.73% | 0.95% | - |
| XYZ | 39.27 | 66.77 | 38.42 | - |
| YUV | 178.55 | 110.19 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 147 | 0.73 | 0 | 0.39 | 0.05 | 147.61 | 0.87 | 0.6 |
| Hex | 42 | F2 | 93 | 49 | 0 | 27 | 5 | 94 | 57 | 3C |
| Octal | 102 | 362 | 223 | 111 | 0 | 47 | 5 | 224 | 127 | 74 |
| Binary | 1000010 | 11110010 | 10010011 | 1001001 | 0 | 100111 | 101 | 10010100 | 1010111 | 111100 |
Color Harmonies of #42F293
Complementary color
Monochromatic Colors of #42F293
Black with #42F293
Text Example
Text Example
White with #42F293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F293; }
p { color: rgb(66,242,147); }
H1.HeaderClassName
{
color: #42F293;
}
.AnyTagClassName
{
color: #42F293;
}
</style>
background-color css
<style>
a { background-color: #42F293; }
a { background-color: rgb(66,242,147); }
div.DivClassName
{
background-color: #42F293;
}
.BgClassName
{
background-color: #42F293;
}
</style>
border-color css
<style>
span { border-color: #42F293; }
span { border-color: rgb(66,242,147); }
td.TdClassName
{
border-color: #42F293;
}
.TagClassName
{
border-color: #42F293;
}
</style>