Shades of Shamrock #42FBA1
Tints of Shamrock #42FBA1
RGB
CMYK
RGB Variations
Color information
#42FBA1 (or 0x42FBA1) is known color: Shamrock. HEX triplet: 42, FB and A1. RGB value is (66,251,161). Sum of RGB (Red+Green+Blue) = 66+251+161=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 251 (98.44% from 255 or 52.51% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FBA1 is #BD045E. Grayscale: #B9B9B9. Windows color (decimal): -12387423 or 10615618. OLE color: 10615618.
HSL color Cylindrical-coordinate representation of color #42FBA1: hue angle of 150.81º 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 #42FBA1 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 161 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.02 |
| HSL | 150.81º | 0.96% | 0.62% | - |
| HSV(B) | 150.81º | 0.74% | 0.98% | - |
| XYZ | 43.18 | 72.73 | 45.48 | - |
| YUV | 185.43 | 114.21 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 161 | 0.74 | 0 | 0.36 | 0.02 | 150.81 | 0.96 | 0.62 |
| Hex | 42 | FB | A1 | 4A | 0 | 24 | 2 | 97 | 60 | 3E |
| Octal | 102 | 373 | 241 | 112 | 0 | 44 | 2 | 227 | 140 | 76 |
| Binary | 1000010 | 11111011 | 10100001 | 1001010 | 0 | 100100 | 10 | 10010111 | 1100000 | 111110 |
Color Harmonies of #42FBA1
Complementary color
Monochromatic Colors of #42FBA1
Black with #42FBA1
Text Example
Text Example
White with #42FBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBA1; }
p { color: rgb(66,251,161); }
H1.HeaderClassName
{
color: #42FBA1;
}
.AnyTagClassName
{
color: #42FBA1;
}
</style>
background-color css
<style>
a { background-color: #42FBA1; }
a { background-color: rgb(66,251,161); }
div.DivClassName
{
background-color: #42FBA1;
}
.BgClassName
{
background-color: #42FBA1;
}
</style>
border-color css
<style>
span { border-color: #42FBA1; }
span { border-color: rgb(66,251,161); }
td.TdClassName
{
border-color: #42FBA1;
}
.TagClassName
{
border-color: #42FBA1;
}
</style>