Shades of Shamrock #42FBA9
Tints of Shamrock #42FBA9
RGB
CMYK
RGB Variations
Color information
#42FBA9 (or 0x42FBA9) is known color: Shamrock. HEX triplet: 42, FB and A9. RGB value is (66,251,169). Sum of RGB (Red+Green+Blue) = 66+251+169=486 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.58% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #42FBA9 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42FBA9 is #BD0456. Grayscale: #BABABA. Windows color (decimal): -12387415 or 11139906. OLE color: 11139906.
HSL color Cylindrical-coordinate representation of color #42FBA9: hue angle of 153.41º 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 #42FBA9 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 251 | 169 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.02 |
| HSL | 153.41º | 0.96% | 0.62% | - |
| HSV(B) | 153.41º | 0.74% | 0.98% | - |
| XYZ | 43.91 | 73.02 | 49.32 | - |
| YUV | 186.34 | 118.21 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 251 | 169 | 0.74 | 0 | 0.33 | 0.02 | 153.41 | 0.96 | 0.62 |
| Hex | 42 | FB | A9 | 4A | 0 | 21 | 2 | 99 | 60 | 3E |
| Octal | 102 | 373 | 251 | 112 | 0 | 41 | 2 | 231 | 140 | 76 |
| Binary | 1000010 | 11111011 | 10101001 | 1001010 | 0 | 100001 | 10 | 10011001 | 1100000 | 111110 |
Color Harmonies of #42FBA9
Complementary color
Monochromatic Colors of #42FBA9
Black with #42FBA9
Text Example
Text Example
White with #42FBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FBA9; }
p { color: rgb(66,251,169); }
H1.HeaderClassName
{
color: #42FBA9;
}
.AnyTagClassName
{
color: #42FBA9;
}
</style>
background-color css
<style>
a { background-color: #42FBA9; }
a { background-color: rgb(66,251,169); }
div.DivClassName
{
background-color: #42FBA9;
}
.BgClassName
{
background-color: #42FBA9;
}
</style>
border-color css
<style>
span { border-color: #42FBA9; }
span { border-color: rgb(66,251,169); }
td.TdClassName
{
border-color: #42FBA9;
}
.TagClassName
{
border-color: #42FBA9;
}
</style>