Shades of Shamrock #42E99B
Tints of Shamrock #42E99B
RGB
CMYK
RGB Variations
Color information
#42E99B (or 0x42E99B) is known color: Shamrock. HEX triplet: 42, E9 and 9B. RGB value is (66,233,155). Sum of RGB (Red+Green+Blue) = 66+233+155=454 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.54% from 454); Green value is 233 (91.41% from 255 or 51.32% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 233 - color contains mainly: green. Hex color #42E99B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E99B is #BD1664. Grayscale: #AEAEAE. Windows color (decimal): -12392037 or 10217794. OLE color: 10217794.
HSL color Cylindrical-coordinate representation of color #42E99B: hue angle of 151.98º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E99B is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 155 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.09 |
| HSL | 151.98º | 0.79% | 0.59% | - |
| HSV(B) | 151.98º | 0.72% | 0.91% | - |
| XYZ | 37.3 | 61.8 | 40.97 | - |
| YUV | 174.18 | 117.17 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 155 | 0.72 | 0 | 0.33 | 0.09 | 151.98 | 0.79 | 0.59 |
| Hex | 42 | E9 | 9B | 48 | 0 | 21 | 9 | 98 | 4F | 3B |
| Octal | 102 | 351 | 233 | 110 | 0 | 41 | 11 | 230 | 117 | 73 |
| Binary | 1000010 | 11101001 | 10011011 | 1001000 | 0 | 100001 | 1001 | 10011000 | 1001111 | 111011 |
Color Harmonies of #42E99B
Complementary color
Monochromatic Colors of #42E99B
Black with #42E99B
Text Example
Text Example
White with #42E99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E99B; }
p { color: rgb(66,233,155); }
H1.HeaderClassName
{
color: #42E99B;
}
.AnyTagClassName
{
color: #42E99B;
}
</style>
background-color css
<style>
a { background-color: #42E99B; }
a { background-color: rgb(66,233,155); }
div.DivClassName
{
background-color: #42E99B;
}
.BgClassName
{
background-color: #42E99B;
}
</style>
border-color css
<style>
span { border-color: #42E99B; }
span { border-color: rgb(66,233,155); }
td.TdClassName
{
border-color: #42E99B;
}
.TagClassName
{
border-color: #42E99B;
}
</style>