Shades of Shamrock #42FDA5
Tints of Shamrock #42FDA5
RGB
CMYK
RGB Variations
Color information
#42FDA5 (or 0x42FDA5) is known color: Shamrock. HEX triplet: 42, FD and A5. RGB value is (66,253,165). Sum of RGB (Red+Green+Blue) = 66+253+165=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #42FDA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FDA5 is #BD025A. Grayscale: #BBBBBB. Windows color (decimal): -12386907 or 10878274. OLE color: 10878274.
HSL color Cylindrical-coordinate representation of color #42FDA5: hue angle of 151.76º 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 #42FDA5 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 66 | 253 | 165 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.01 |
| HSL | 151.76º | 0.98% | 0.63% | - |
| HSV(B) | 151.76º | 0.74% | 0.99% | - |
| XYZ | 44.16 | 74.13 | 47.58 | - |
| YUV | 187.06 | 115.55 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 253 | 165 | 0.74 | 0 | 0.35 | 0.01 | 151.76 | 0.98 | 0.63 |
| Hex | 42 | FD | A5 | 4A | 0 | 23 | 1 | 98 | 62 | 3F |
| Octal | 102 | 375 | 245 | 112 | 0 | 43 | 1 | 230 | 142 | 77 |
| Binary | 1000010 | 11111101 | 10100101 | 1001010 | 0 | 100011 | 1 | 10011000 | 1100010 | 111111 |
Color Harmonies of #42FDA5
Complementary color
Monochromatic Colors of #42FDA5
Black with #42FDA5
Text Example
Text Example
White with #42FDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FDA5; }
p { color: rgb(66,253,165); }
H1.HeaderClassName
{
color: #42FDA5;
}
.AnyTagClassName
{
color: #42FDA5;
}
</style>
background-color css
<style>
a { background-color: #42FDA5; }
a { background-color: rgb(66,253,165); }
div.DivClassName
{
background-color: #42FDA5;
}
.BgClassName
{
background-color: #42FDA5;
}
</style>
border-color css
<style>
span { border-color: #42FDA5; }
span { border-color: rgb(66,253,165); }
td.TdClassName
{
border-color: #42FDA5;
}
.TagClassName
{
border-color: #42FDA5;
}
</style>