Shades of Shamrock #42F19D
Tints of Shamrock #42F19D
RGB
CMYK
RGB Variations
Color information
#42F19D (or 0x42F19D) is known color: Shamrock. HEX triplet: 42, F1 and 9D. RGB value is (66,241,157). Sum of RGB (Red+Green+Blue) = 66+241+157=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #42F19D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F19D is #BD0E62. Grayscale: #B3B3B3. Windows color (decimal): -12389987 or 10350914. OLE color: 10350914.
HSL color Cylindrical-coordinate representation of color #42F19D: hue angle of 151.2º degrees, saturation: 0.86, 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 #42F19D is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 157 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.05 |
| HSL | 151.2º | 0.86% | 0.6% | - |
| HSV(B) | 151.2º | 0.73% | 0.95% | - |
| XYZ | 39.79 | 66.5 | 42.64 | - |
| YUV | 179.1 | 115.52 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 157 | 0.73 | 0 | 0.35 | 0.05 | 151.2 | 0.86 | 0.6 |
| Hex | 42 | F1 | 9D | 49 | 0 | 23 | 5 | 97 | 56 | 3C |
| Octal | 102 | 361 | 235 | 111 | 0 | 43 | 5 | 227 | 126 | 74 |
| Binary | 1000010 | 11110001 | 10011101 | 1001001 | 0 | 100011 | 101 | 10010111 | 1010110 | 111100 |
Color Harmonies of #42F19D
Complementary color
Monochromatic Colors of #42F19D
Black with #42F19D
Text Example
Text Example
White with #42F19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F19D; }
p { color: rgb(66,241,157); }
H1.HeaderClassName
{
color: #42F19D;
}
.AnyTagClassName
{
color: #42F19D;
}
</style>
background-color css
<style>
a { background-color: #42F19D; }
a { background-color: rgb(66,241,157); }
div.DivClassName
{
background-color: #42F19D;
}
.BgClassName
{
background-color: #42F19D;
}
</style>
border-color css
<style>
span { border-color: #42F19D; }
span { border-color: rgb(66,241,157); }
td.TdClassName
{
border-color: #42F19D;
}
.TagClassName
{
border-color: #42F19D;
}
</style>