Shades of Shamrock #42F39C
Tints of Shamrock #42F39C
RGB
CMYK
RGB Variations
Color information
#42F39C (or 0x42F39C) is known color: Shamrock. HEX triplet: 42, F3 and 9C. RGB value is (66,243,156). Sum of RGB (Red+Green+Blue) = 66+243+156=465 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.19% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #42F39C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F39C is #BD0C63. Grayscale: #B4B4B4. Windows color (decimal): -12389476 or 10285890. OLE color: 10285890.
HSL color Cylindrical-coordinate representation of color #42F39C: hue angle of 150.51º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F39C is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 156 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.05 |
| HSL | 150.51º | 0.88% | 0.61% | - |
| HSV(B) | 150.51º | 0.73% | 0.95% | - |
| XYZ | 40.3 | 67.66 | 42.39 | - |
| YUV | 180.16 | 114.36 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 156 | 0.73 | 0 | 0.36 | 0.05 | 150.51 | 0.88 | 0.61 |
| Hex | 42 | F3 | 9C | 49 | 0 | 24 | 5 | 97 | 58 | 3D |
| Octal | 102 | 363 | 234 | 111 | 0 | 44 | 5 | 227 | 130 | 75 |
| Binary | 1000010 | 11110011 | 10011100 | 1001001 | 0 | 100100 | 101 | 10010111 | 1011000 | 111101 |
Color Harmonies of #42F39C
Complementary color
Monochromatic Colors of #42F39C
Black with #42F39C
Text Example
Text Example
White with #42F39C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F39C; }
p { color: rgb(66,243,156); }
H1.HeaderClassName
{
color: #42F39C;
}
.AnyTagClassName
{
color: #42F39C;
}
</style>
background-color css
<style>
a { background-color: #42F39C; }
a { background-color: rgb(66,243,156); }
div.DivClassName
{
background-color: #42F39C;
}
.BgClassName
{
background-color: #42F39C;
}
</style>
border-color css
<style>
span { border-color: #42F39C; }
span { border-color: rgb(66,243,156); }
td.TdClassName
{
border-color: #42F39C;
}
.TagClassName
{
border-color: #42F39C;
}
</style>