Shades of Shamrock #3FF990
Tints of Shamrock #3FF990
RGB
CMYK
RGB Variations
Color information
#3FF990 (or 0x3FF990) is known color: Shamrock. HEX triplet: 3F, F9 and 90. RGB value is (63,249,144). Sum of RGB (Red+Green+Blue) = 63+249+144=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF990 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF990 is #C0066F. Grayscale: #B5B5B5. Windows color (decimal): -12584560 or 9500991. OLE color: 9500991.
HSL color Cylindrical-coordinate representation of color #3FF990: hue angle of 146.13º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FF990 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 144 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.02 |
| HSL | 146.13º | 0.94% | 0.61% | - |
| HSV(B) | 146.13º | 0.75% | 0.98% | - |
| XYZ | 40.96 | 70.82 | 37.9 | - |
| YUV | 181.42 | 106.88 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 144 | 0.75 | 0 | 0.42 | 0.02 | 146.13 | 0.94 | 0.61 |
| Hex | 3F | F9 | 90 | 4B | 0 | 2A | 2 | 92 | 5E | 3D |
| Octal | 77 | 371 | 220 | 113 | 0 | 52 | 2 | 222 | 136 | 75 |
| Binary | 111111 | 11111001 | 10010000 | 1001011 | 0 | 101010 | 10 | 10010010 | 1011110 | 111101 |
Color Harmonies of #3FF990
Complementary color
Monochromatic Colors of #3FF990
Black with #3FF990
Text Example
Text Example
White with #3FF990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF990; }
p { color: rgb(63,249,144); }
H1.HeaderClassName
{
color: #3FF990;
}
.AnyTagClassName
{
color: #3FF990;
}
</style>
background-color css
<style>
a { background-color: #3FF990; }
a { background-color: rgb(63,249,144); }
div.DivClassName
{
background-color: #3FF990;
}
.BgClassName
{
background-color: #3FF990;
}
</style>
border-color css
<style>
span { border-color: #3FF990; }
span { border-color: rgb(63,249,144); }
td.TdClassName
{
border-color: #3FF990;
}
.TagClassName
{
border-color: #3FF990;
}
</style>