Shades of Shamrock #42E98F
Tints of Shamrock #42E98F
RGB
CMYK
RGB Variations
Color information
#42E98F (or 0x42E98F) is known color: Shamrock. HEX triplet: 42, E9 and 8F. RGB value is (66,233,143). Sum of RGB (Red+Green+Blue) = 66+233+143=442 (58% of max value = 765). Red value is 66 (26.17% from 255 or 14.93% from 442); Green value is 233 (91.41% from 255 or 52.71% from 442); Blue value is 143 (56.25% from 255 or 32.35% from 442); Max value from RGB is 233 - color contains mainly: green. Hex color #42E98F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E98F is #BD1670. Grayscale: #ADADAD. Windows color (decimal): -12392049 or 9431362. OLE color: 9431362.
HSL color Cylindrical-coordinate representation of color #42E98F: hue angle of 147.66º 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 #42E98F is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 233 | 143 | - |
| CMYK | 0.72 | 0 | 0.39 | 0.09 |
| HSL | 147.66º | 0.79% | 0.59% | - |
| HSV(B) | 147.66º | 0.72% | 0.91% | - |
| XYZ | 36.34 | 61.42 | 35.93 | - |
| YUV | 172.81 | 111.17 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 233 | 143 | 0.72 | 0 | 0.39 | 0.09 | 147.66 | 0.79 | 0.59 |
| Hex | 42 | E9 | 8F | 48 | 0 | 27 | 9 | 94 | 4F | 3B |
| Octal | 102 | 351 | 217 | 110 | 0 | 47 | 11 | 224 | 117 | 73 |
| Binary | 1000010 | 11101001 | 10001111 | 1001000 | 0 | 100111 | 1001 | 10010100 | 1001111 | 111011 |
Color Harmonies of #42E98F
Complementary color
Monochromatic Colors of #42E98F
Black with #42E98F
Text Example
Text Example
White with #42E98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E98F; }
p { color: rgb(66,233,143); }
H1.HeaderClassName
{
color: #42E98F;
}
.AnyTagClassName
{
color: #42E98F;
}
</style>
background-color css
<style>
a { background-color: #42E98F; }
a { background-color: rgb(66,233,143); }
div.DivClassName
{
background-color: #42E98F;
}
.BgClassName
{
background-color: #42E98F;
}
</style>
border-color css
<style>
span { border-color: #42E98F; }
span { border-color: rgb(66,233,143); }
td.TdClassName
{
border-color: #42E98F;
}
.TagClassName
{
border-color: #42E98F;
}
</style>