Shades of Shamrock #42E98B
Tints of Shamrock #42E98B
RGB
CMYK
RGB Variations
Color information
#42E98B (or 0x42E98B) is known color: Shamrock. HEX triplet: 42, E9 and 8B. RGB value is (66,233,139). Sum of RGB (Red+Green+Blue) = 66+233+139=438 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15.07% from 438); Green value is 233 (91.41% from 255 or 53.20% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 233 - color contains mainly: green. Hex color #42E98B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E98B is #BD1674. Grayscale: #ACACAC. Windows color (decimal): -12392053 or 9169218. OLE color: 9169218.
HSL color Cylindrical-coordinate representation of color #42E98B: hue angle of 146.23º 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 #42E98B is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 139 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.09 |
| HSL | 146.23º | 0.79% | 0.59% | - |
| HSV(B) | 146.23º | 0.72% | 0.91% | - |
| XYZ | 36.05 | 61.3 | 34.36 | - |
| YUV | 172.35 | 109.17 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 139 | 0.72 | 0 | 0.40 | 0.09 | 146.23 | 0.79 | 0.59 |
| Hex | 42 | E9 | 8B | 48 | 0 | 28 | 9 | 92 | 4F | 3B |
| Octal | 102 | 351 | 213 | 110 | 0 | 50 | 11 | 222 | 117 | 73 |
| Binary | 1000010 | 11101001 | 10001011 | 1001000 | 0 | 101000 | 1001 | 10010010 | 1001111 | 111011 |
Color Harmonies of #42E98B
Complementary color
Monochromatic Colors of #42E98B
Black with #42E98B
Text Example
Text Example
White with #42E98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E98B; }
p { color: rgb(66,233,139); }
H1.HeaderClassName
{
color: #42E98B;
}
.AnyTagClassName
{
color: #42E98B;
}
</style>
background-color css
<style>
a { background-color: #42E98B; }
a { background-color: rgb(66,233,139); }
div.DivClassName
{
background-color: #42E98B;
}
.BgClassName
{
background-color: #42E98B;
}
</style>
border-color css
<style>
span { border-color: #42E98B; }
span { border-color: rgb(66,233,139); }
td.TdClassName
{
border-color: #42E98B;
}
.TagClassName
{
border-color: #42E98B;
}
</style>