Shades of Shamrock #42F88B
Tints of Shamrock #42F88B
RGB
CMYK
RGB Variations
Color information
#42F88B (or 0x42F88B) is known color: Shamrock. HEX triplet: 42, F8 and 8B. RGB value is (66,248,139). Sum of RGB (Red+Green+Blue) = 66+248+139=453 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.57% from 453); Green value is 248 (97.27% from 255 or 54.75% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 248 - color contains mainly: green. Hex color #42F88B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F88B is #BD0774. Grayscale: #B5B5B5. Windows color (decimal): -12388213 or 9173058. OLE color: 9173058.
HSL color Cylindrical-coordinate representation of color #42F88B: hue angle of 144.07º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F88B is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 66 | 248 | 139 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.03 |
| HSL | 144.07º | 0.93% | 0.62% | - |
| HSV(B) | 144.07º | 0.73% | 0.97% | - |
| XYZ | 40.47 | 70.16 | 35.83 | - |
| YUV | 181.16 | 104.2 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 248 | 139 | 0.73 | 0 | 0.44 | 0.03 | 144.07 | 0.93 | 0.62 |
| Hex | 42 | F8 | 8B | 49 | 0 | 2C | 3 | 90 | 5D | 3E |
| Octal | 102 | 370 | 213 | 111 | 0 | 54 | 3 | 220 | 135 | 76 |
| Binary | 1000010 | 11111000 | 10001011 | 1001001 | 0 | 101100 | 11 | 10010000 | 1011101 | 111110 |
Color Harmonies of #42F88B
Complementary color
Monochromatic Colors of #42F88B
Black with #42F88B
Text Example
Text Example
White with #42F88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F88B; }
p { color: rgb(66,248,139); }
H1.HeaderClassName
{
color: #42F88B;
}
.AnyTagClassName
{
color: #42F88B;
}
</style>
background-color css
<style>
a { background-color: #42F88B; }
a { background-color: rgb(66,248,139); }
div.DivClassName
{
background-color: #42F88B;
}
.BgClassName
{
background-color: #42F88B;
}
</style>
border-color css
<style>
span { border-color: #42F88B; }
span { border-color: rgb(66,248,139); }
td.TdClassName
{
border-color: #42F88B;
}
.TagClassName
{
border-color: #42F88B;
}
</style>