Shades of Shamrock #42FDA3
Tints of Shamrock #42FDA3
RGB
CMYK
RGB Variations
Color information
#42FDA3 (or 0x42FDA3) is known color: Shamrock. HEX triplet: 42, FD and A3. RGB value is (66,253,163). Sum of RGB (Red+Green+Blue) = 66+253+163=482 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.69% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FDA3 is #BD025C. Grayscale: #BBBBBB. Windows color (decimal): -12386909 or 10747202. OLE color: 10747202.
HSL color Cylindrical-coordinate representation of color #42FDA3: hue angle of 151.12º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FDA3 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 163 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.01 |
| HSL | 151.12º | 0.98% | 0.63% | - |
| HSV(B) | 151.12º | 0.74% | 0.99% | - |
| XYZ | 43.98 | 74.05 | 46.63 | - |
| YUV | 186.83 | 114.55 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 163 | 0.74 | 0 | 0.36 | 0.01 | 151.12 | 0.98 | 0.63 |
| Hex | 42 | FD | A3 | 4A | 0 | 24 | 1 | 97 | 62 | 3F |
| Octal | 102 | 375 | 243 | 112 | 0 | 44 | 1 | 227 | 142 | 77 |
| Binary | 1000010 | 11111101 | 10100011 | 1001010 | 0 | 100100 | 1 | 10010111 | 1100010 | 111111 |
Color Harmonies of #42FDA3
Complementary color
Monochromatic Colors of #42FDA3
Black with #42FDA3
Text Example
Text Example
White with #42FDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDA3; }
p { color: rgb(66,253,163); }
H1.HeaderClassName
{
color: #42FDA3;
}
.AnyTagClassName
{
color: #42FDA3;
}
</style>
background-color css
<style>
a { background-color: #42FDA3; }
a { background-color: rgb(66,253,163); }
div.DivClassName
{
background-color: #42FDA3;
}
.BgClassName
{
background-color: #42FDA3;
}
</style>
border-color css
<style>
span { border-color: #42FDA3; }
span { border-color: rgb(66,253,163); }
td.TdClassName
{
border-color: #42FDA3;
}
.TagClassName
{
border-color: #42FDA3;
}
</style>