Shades of Shamrock #42F993
Tints of Shamrock #42F993
RGB
CMYK
RGB Variations
Color information
#42F993 (or 0x42F993) is known color: Shamrock. HEX triplet: 42, F9 and 93. RGB value is (66,249,147). Sum of RGB (Red+Green+Blue) = 66+249+147=462 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.29% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #42F993 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F993 is #BD066C. Grayscale: #B6B6B6. Windows color (decimal): -12387949 or 9697602. OLE color: 9697602.
HSL color Cylindrical-coordinate representation of color #42F993: hue angle of 146.56º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F993 is Cyan = 0.73, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 147 | - |
| CMYK | 0.73 | 0 | 0.41 | 0.02 |
| HSL | 146.56º | 0.94% | 0.62% | - |
| HSV(B) | 146.56º | 0.73% | 0.98% | - |
| XYZ | 41.39 | 71.02 | 39.13 | - |
| YUV | 182.66 | 107.87 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 147 | 0.73 | 0 | 0.41 | 0.02 | 146.56 | 0.94 | 0.62 |
| Hex | 42 | F9 | 93 | 49 | 0 | 29 | 2 | 93 | 5E | 3E |
| Octal | 102 | 371 | 223 | 111 | 0 | 51 | 2 | 223 | 136 | 76 |
| Binary | 1000010 | 11111001 | 10010011 | 1001001 | 0 | 101001 | 10 | 10010011 | 1011110 | 111110 |
Color Harmonies of #42F993
Complementary color
Monochromatic Colors of #42F993
Black with #42F993
Text Example
Text Example
White with #42F993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F993; }
p { color: rgb(66,249,147); }
H1.HeaderClassName
{
color: #42F993;
}
.AnyTagClassName
{
color: #42F993;
}
</style>
background-color css
<style>
a { background-color: #42F993; }
a { background-color: rgb(66,249,147); }
div.DivClassName
{
background-color: #42F993;
}
.BgClassName
{
background-color: #42F993;
}
</style>
border-color css
<style>
span { border-color: #42F993; }
span { border-color: rgb(66,249,147); }
td.TdClassName
{
border-color: #42F993;
}
.TagClassName
{
border-color: #42F993;
}
</style>