Shades of Shamrock #42FBAA
Tints of Shamrock #42FBAA
RGB
CMYK
RGB Variations
Color information
#42FBAA (or 0x42FBAA) is known color: Shamrock. HEX triplet: 42, FB and AA. RGB value is (66,251,170). Sum of RGB (Red+Green+Blue) = 66+251+170=487 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.55% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FBAA is #BD0455. Grayscale: #BABABA. Windows color (decimal): -12387414 or 11205442. OLE color: 11205442.
HSL color Cylindrical-coordinate representation of color #42FBAA: hue angle of 153.73º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FBAA is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 170 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.02 |
| HSL | 153.73º | 0.96% | 0.62% | - |
| HSV(B) | 153.73º | 0.74% | 0.98% | - |
| XYZ | 44 | 73.05 | 49.81 | - |
| YUV | 186.45 | 118.71 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 170 | 0.74 | 0 | 0.32 | 0.02 | 153.73 | 0.96 | 0.62 |
| Hex | 42 | FB | AA | 4A | 0 | 20 | 2 | 9A | 60 | 3E |
| Octal | 102 | 373 | 252 | 112 | 0 | 40 | 2 | 232 | 140 | 76 |
| Binary | 1000010 | 11111011 | 10101010 | 1001010 | 0 | 100000 | 10 | 10011010 | 1100000 | 111110 |
Color Harmonies of #42FBAA
Complementary color
Monochromatic Colors of #42FBAA
Black with #42FBAA
Text Example
Text Example
White with #42FBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBAA; }
p { color: rgb(66,251,170); }
H1.HeaderClassName
{
color: #42FBAA;
}
.AnyTagClassName
{
color: #42FBAA;
}
</style>
background-color css
<style>
a { background-color: #42FBAA; }
a { background-color: rgb(66,251,170); }
div.DivClassName
{
background-color: #42FBAA;
}
.BgClassName
{
background-color: #42FBAA;
}
</style>
border-color css
<style>
span { border-color: #42FBAA; }
span { border-color: rgb(66,251,170); }
td.TdClassName
{
border-color: #42FBAA;
}
.TagClassName
{
border-color: #42FBAA;
}
</style>