Shades of Shamrock #42FD94
Tints of Shamrock #42FD94
RGB
CMYK
RGB Variations
Color information
#42FD94 (or 0x42FD94) is known color: Shamrock. HEX triplet: 42, FD and 94. RGB value is (66,253,148). Sum of RGB (Red+Green+Blue) = 66+253+148=467 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.13% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #42FD94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FD94 is #BD026B. Grayscale: #B9B9B9. Windows color (decimal): -12386924 or 9764162. OLE color: 9764162.
HSL color Cylindrical-coordinate representation of color #42FD94: hue angle of 146.31º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FD94 is Cyan = 0.74, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 148 | - |
| CMYK | 0.74 | 0 | 0.42 | 0.01 |
| HSL | 146.31º | 0.98% | 0.63% | - |
| HSV(B) | 146.31º | 0.74% | 0.99% | - |
| XYZ | 42.72 | 73.55 | 39.96 | - |
| YUV | 185.12 | 107.05 | 43.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 148 | 0.74 | 0 | 0.42 | 0.01 | 146.31 | 0.98 | 0.63 |
| Hex | 42 | FD | 94 | 4A | 0 | 2A | 1 | 92 | 62 | 3F |
| Octal | 102 | 375 | 224 | 112 | 0 | 52 | 1 | 222 | 142 | 77 |
| Binary | 1000010 | 11111101 | 10010100 | 1001010 | 0 | 101010 | 1 | 10010010 | 1100010 | 111111 |
Color Harmonies of #42FD94
Complementary color
Monochromatic Colors of #42FD94
Black with #42FD94
Text Example
Text Example
White with #42FD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FD94; }
p { color: rgb(66,253,148); }
H1.HeaderClassName
{
color: #42FD94;
}
.AnyTagClassName
{
color: #42FD94;
}
</style>
background-color css
<style>
a { background-color: #42FD94; }
a { background-color: rgb(66,253,148); }
div.DivClassName
{
background-color: #42FD94;
}
.BgClassName
{
background-color: #42FD94;
}
</style>
border-color css
<style>
span { border-color: #42FD94; }
span { border-color: rgb(66,253,148); }
td.TdClassName
{
border-color: #42FD94;
}
.TagClassName
{
border-color: #42FD94;
}
</style>