Shades of Shamrock #42FA8C
Tints of Shamrock #42FA8C
RGB
CMYK
RGB Variations
Color information
#42FA8C (or 0x42FA8C) is known color: Shamrock. HEX triplet: 42, FA and 8C. RGB value is (66,250,140). Sum of RGB (Red+Green+Blue) = 66+250+140=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FA8C is #BD0573. Grayscale: #B6B6B6. Windows color (decimal): -12387700 or 9239106. OLE color: 9239106.
HSL color Cylindrical-coordinate representation of color #42FA8C: hue angle of 144.13º 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 #42FA8C is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 140 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.02 |
| HSL | 144.13º | 0.95% | 0.62% | - |
| HSV(B) | 144.13º | 0.74% | 0.98% | - |
| XYZ | 41.17 | 71.42 | 36.43 | - |
| YUV | 182.44 | 104.04 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 140 | 0.74 | 0 | 0.44 | 0.02 | 144.13 | 0.95 | 0.62 |
| Hex | 42 | FA | 8C | 4A | 0 | 2C | 2 | 90 | 5F | 3E |
| Octal | 102 | 372 | 214 | 112 | 0 | 54 | 2 | 220 | 137 | 76 |
| Binary | 1000010 | 11111010 | 10001100 | 1001010 | 0 | 101100 | 10 | 10010000 | 1011111 | 111110 |
Color Harmonies of #42FA8C
Complementary color
Monochromatic Colors of #42FA8C
Black with #42FA8C
Text Example
Text Example
White with #42FA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA8C; }
p { color: rgb(66,250,140); }
H1.HeaderClassName
{
color: #42FA8C;
}
.AnyTagClassName
{
color: #42FA8C;
}
</style>
background-color css
<style>
a { background-color: #42FA8C; }
a { background-color: rgb(66,250,140); }
div.DivClassName
{
background-color: #42FA8C;
}
.BgClassName
{
background-color: #42FA8C;
}
</style>
border-color css
<style>
span { border-color: #42FA8C; }
span { border-color: rgb(66,250,140); }
td.TdClassName
{
border-color: #42FA8C;
}
.TagClassName
{
border-color: #42FA8C;
}
</style>