Shades of Shamrock #42FA93
Tints of Shamrock #42FA93
RGB
CMYK
RGB Variations
Color information
#42FA93 (or 0x42FA93) is known color: Shamrock. HEX triplet: 42, FA and 93. RGB value is (66,250,147). Sum of RGB (Red+Green+Blue) = 66+250+147=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 250 (98.05% from 255 or 54.00% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FA93 is #BD056C. Grayscale: #B7B7B7. Windows color (decimal): -12387693 or 9697858. OLE color: 9697858.
HSL color Cylindrical-coordinate representation of color #42FA93: hue angle of 146.41º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA93 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 147 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.02 |
| HSL | 146.41º | 0.95% | 0.62% | - |
| HSV(B) | 146.41º | 0.74% | 0.98% | - |
| XYZ | 41.7 | 71.64 | 39.23 | - |
| YUV | 183.24 | 107.54 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 147 | 0.74 | 0 | 0.41 | 0.02 | 146.41 | 0.95 | 0.62 |
| Hex | 42 | FA | 93 | 4A | 0 | 29 | 2 | 92 | 5F | 3E |
| Octal | 102 | 372 | 223 | 112 | 0 | 51 | 2 | 222 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10010011 | 1001010 | 0 | 101001 | 10 | 10010010 | 1011111 | 111110 |
Color Harmonies of #42FA93
Complementary color
Monochromatic Colors of #42FA93
Black with #42FA93
Text Example
Text Example
White with #42FA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA93; }
p { color: rgb(66,250,147); }
H1.HeaderClassName
{
color: #42FA93;
}
.AnyTagClassName
{
color: #42FA93;
}
</style>
background-color css
<style>
a { background-color: #42FA93; }
a { background-color: rgb(66,250,147); }
div.DivClassName
{
background-color: #42FA93;
}
.BgClassName
{
background-color: #42FA93;
}
</style>
border-color css
<style>
span { border-color: #42FA93; }
span { border-color: rgb(66,250,147); }
td.TdClassName
{
border-color: #42FA93;
}
.TagClassName
{
border-color: #42FA93;
}
</style>