Shades of Shamrock #42F28B
Tints of Shamrock #42F28B
RGB
CMYK
RGB Variations
Color information
#42F28B (or 0x42F28B) is known color: Shamrock. HEX triplet: 42, F2 and 8B. RGB value is (66,242,139). Sum of RGB (Red+Green+Blue) = 66+242+139=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #42F28B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F28B is #BD0D74. Grayscale: #B1B1B1. Windows color (decimal): -12389749 or 9171522. OLE color: 9171522.
HSL color Cylindrical-coordinate representation of color #42F28B: hue angle of 144.89º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F28B is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 139 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.05 |
| HSL | 144.89º | 0.87% | 0.6% | - |
| HSV(B) | 144.89º | 0.73% | 0.95% | - |
| XYZ | 38.66 | 66.53 | 35.23 | - |
| YUV | 177.63 | 106.19 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 139 | 0.73 | 0 | 0.43 | 0.05 | 144.89 | 0.87 | 0.6 |
| Hex | 42 | F2 | 8B | 49 | 0 | 2B | 5 | 91 | 57 | 3C |
| Octal | 102 | 362 | 213 | 111 | 0 | 53 | 5 | 221 | 127 | 74 |
| Binary | 1000010 | 11110010 | 10001011 | 1001001 | 0 | 101011 | 101 | 10010001 | 1010111 | 111100 |
Color Harmonies of #42F28B
Complementary color
Monochromatic Colors of #42F28B
Black with #42F28B
Text Example
Text Example
White with #42F28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F28B; }
p { color: rgb(66,242,139); }
H1.HeaderClassName
{
color: #42F28B;
}
.AnyTagClassName
{
color: #42F28B;
}
</style>
background-color css
<style>
a { background-color: #42F28B; }
a { background-color: rgb(66,242,139); }
div.DivClassName
{
background-color: #42F28B;
}
.BgClassName
{
background-color: #42F28B;
}
</style>
border-color css
<style>
span { border-color: #42F28B; }
span { border-color: rgb(66,242,139); }
td.TdClassName
{
border-color: #42F28B;
}
.TagClassName
{
border-color: #42F28B;
}
</style>