Shades of Shamrock #42F798
Tints of Shamrock #42F798
RGB
CMYK
RGB Variations
Color information
#42F798 (or 0x42F798) is known color: Shamrock. HEX triplet: 42, F7 and 98. RGB value is (66,247,152). Sum of RGB (Red+Green+Blue) = 66+247+152=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 152 (59.77% from 255 or 32.69% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #42F798 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F798 is #BD0867. Grayscale: #B6B6B6. Windows color (decimal): -12388456 or 10024770. OLE color: 10024770.
HSL color Cylindrical-coordinate representation of color #42F798: hue angle of 148.51º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F798 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 247 | 152 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.03 |
| HSL | 148.51º | 0.92% | 0.61% | - |
| HSV(B) | 148.51º | 0.73% | 0.97% | - |
| XYZ | 41.18 | 69.95 | 41.04 | - |
| YUV | 182.05 | 111.03 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 247 | 152 | 0.73 | 0 | 0.38 | 0.03 | 148.51 | 0.92 | 0.61 |
| Hex | 42 | F7 | 98 | 49 | 0 | 26 | 3 | 95 | 5C | 3D |
| Octal | 102 | 367 | 230 | 111 | 0 | 46 | 3 | 225 | 134 | 75 |
| Binary | 1000010 | 11110111 | 10011000 | 1001001 | 0 | 100110 | 11 | 10010101 | 1011100 | 111101 |
Color Harmonies of #42F798
Complementary color
Monochromatic Colors of #42F798
Black with #42F798
Text Example
Text Example
White with #42F798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F798; }
p { color: rgb(66,247,152); }
H1.HeaderClassName
{
color: #42F798;
}
.AnyTagClassName
{
color: #42F798;
}
</style>
background-color css
<style>
a { background-color: #42F798; }
a { background-color: rgb(66,247,152); }
div.DivClassName
{
background-color: #42F798;
}
.BgClassName
{
background-color: #42F798;
}
</style>
border-color css
<style>
span { border-color: #42F798; }
span { border-color: rgb(66,247,152); }
td.TdClassName
{
border-color: #42F798;
}
.TagClassName
{
border-color: #42F798;
}
</style>