Shades of Shamrock #42F69A
Tints of Shamrock #42F69A
RGB
CMYK
RGB Variations
Color information
#42F69A (or 0x42F69A) is known color: Shamrock. HEX triplet: 42, F6 and 9A. RGB value is (66,246,154). Sum of RGB (Red+Green+Blue) = 66+246+154=466 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.16% from 466); Green value is 246 (96.48% from 255 or 52.79% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 246 - color contains mainly: green. Hex color #42F69A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F69A is #BD0965. Grayscale: #B5B5B5. Windows color (decimal): -12388710 or 10155586. OLE color: 10155586.
HSL color Cylindrical-coordinate representation of color #42F69A: hue angle of 149.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F69A is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 246 | 154 | - |
| CMYK | 0.73 | 0 | 0.37 | 0.04 |
| HSL | 149.33º | 0.91% | 0.61% | - |
| HSV(B) | 149.33º | 0.73% | 0.96% | - |
| XYZ | 41.04 | 69.4 | 41.81 | - |
| YUV | 181.69 | 112.37 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 246 | 154 | 0.73 | 0 | 0.37 | 0.04 | 149.33 | 0.91 | 0.61 |
| Hex | 42 | F6 | 9A | 49 | 0 | 25 | 4 | 95 | 5B | 3D |
| Octal | 102 | 366 | 232 | 111 | 0 | 45 | 4 | 225 | 133 | 75 |
| Binary | 1000010 | 11110110 | 10011010 | 1001001 | 0 | 100101 | 100 | 10010101 | 1011011 | 111101 |
Color Harmonies of #42F69A
Complementary color
Monochromatic Colors of #42F69A
Black with #42F69A
Text Example
Text Example
White with #42F69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F69A; }
p { color: rgb(66,246,154); }
H1.HeaderClassName
{
color: #42F69A;
}
.AnyTagClassName
{
color: #42F69A;
}
</style>
background-color css
<style>
a { background-color: #42F69A; }
a { background-color: rgb(66,246,154); }
div.DivClassName
{
background-color: #42F69A;
}
.BgClassName
{
background-color: #42F69A;
}
</style>
border-color css
<style>
span { border-color: #42F69A; }
span { border-color: rgb(66,246,154); }
td.TdClassName
{
border-color: #42F69A;
}
.TagClassName
{
border-color: #42F69A;
}
</style>