Shades of Shamrock #42F98F
Tints of Shamrock #42F98F
RGB
CMYK
RGB Variations
Color information
#42F98F (or 0x42F98F) is known color: Shamrock. HEX triplet: 42, F9 and 8F. RGB value is (66,249,143). Sum of RGB (Red+Green+Blue) = 66+249+143=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 249 (97.66% from 255 or 54.37% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 249 - color contains mainly: green. Hex color #42F98F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F98F is #BD0670. Grayscale: #B6B6B6. Windows color (decimal): -12387953 or 9435458. OLE color: 9435458.
HSL color Cylindrical-coordinate representation of color #42F98F: hue angle of 145.25º 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 #42F98F is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 249 | 143 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.02 |
| HSL | 145.25º | 0.94% | 0.62% | - |
| HSV(B) | 145.25º | 0.73% | 0.98% | - |
| XYZ | 41.08 | 70.89 | 37.51 | - |
| YUV | 182.2 | 105.87 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 249 | 143 | 0.73 | 0 | 0.43 | 0.02 | 145.25 | 0.94 | 0.62 |
| Hex | 42 | F9 | 8F | 49 | 0 | 2B | 2 | 91 | 5E | 3E |
| Octal | 102 | 371 | 217 | 111 | 0 | 53 | 2 | 221 | 136 | 76 |
| Binary | 1000010 | 11111001 | 10001111 | 1001001 | 0 | 101011 | 10 | 10010001 | 1011110 | 111110 |
Color Harmonies of #42F98F
Complementary color
Monochromatic Colors of #42F98F
Black with #42F98F
Text Example
Text Example
White with #42F98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F98F; }
p { color: rgb(66,249,143); }
H1.HeaderClassName
{
color: #42F98F;
}
.AnyTagClassName
{
color: #42F98F;
}
</style>
background-color css
<style>
a { background-color: #42F98F; }
a { background-color: rgb(66,249,143); }
div.DivClassName
{
background-color: #42F98F;
}
.BgClassName
{
background-color: #42F98F;
}
</style>
border-color css
<style>
span { border-color: #42F98F; }
span { border-color: rgb(66,249,143); }
td.TdClassName
{
border-color: #42F98F;
}
.TagClassName
{
border-color: #42F98F;
}
</style>