Shades of Shamrock #42F39B
Tints of Shamrock #42F39B
RGB
CMYK
RGB Variations
Color information
#42F39B (or 0x42F39B) is known color: Shamrock. HEX triplet: 42, F3 and 9B. RGB value is (66,243,155). Sum of RGB (Red+Green+Blue) = 66+243+155=464 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.22% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #42F39B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42F39B is #BD0C64. Grayscale: #B4B4B4. Windows color (decimal): -12389477 or 10220354. OLE color: 10220354.
HSL color Cylindrical-coordinate representation of color #42F39B: hue angle of 150.17º 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 #42F39B is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 243 | 155 | - |
| CMYK | 0.73 | 0 | 0.36 | 0.05 |
| HSL | 150.17º | 0.88% | 0.61% | - |
| HSV(B) | 150.17º | 0.73% | 0.95% | - |
| XYZ | 40.21 | 67.63 | 41.94 | - |
| YUV | 180.05 | 113.86 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 243 | 155 | 0.73 | 0 | 0.36 | 0.05 | 150.17 | 0.88 | 0.61 |
| Hex | 42 | F3 | 9B | 49 | 0 | 24 | 5 | 96 | 58 | 3D |
| Octal | 102 | 363 | 233 | 111 | 0 | 44 | 5 | 226 | 130 | 75 |
| Binary | 1000010 | 11110011 | 10011011 | 1001001 | 0 | 100100 | 101 | 10010110 | 1011000 | 111101 |
Color Harmonies of #42F39B
Complementary color
Monochromatic Colors of #42F39B
Black with #42F39B
Text Example
Text Example
White with #42F39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F39B; }
p { color: rgb(66,243,155); }
H1.HeaderClassName
{
color: #42F39B;
}
.AnyTagClassName
{
color: #42F39B;
}
</style>
background-color css
<style>
a { background-color: #42F39B; }
a { background-color: rgb(66,243,155); }
div.DivClassName
{
background-color: #42F39B;
}
.BgClassName
{
background-color: #42F39B;
}
</style>
border-color css
<style>
span { border-color: #42F39B; }
span { border-color: rgb(66,243,155); }
td.TdClassName
{
border-color: #42F39B;
}
.TagClassName
{
border-color: #42F39B;
}
</style>