Shades of Shamrock #3FF993
Tints of Shamrock #3FF993
RGB
CMYK
RGB Variations
Color information
#3FF993 (or 0x3FF993) is known color: Shamrock. HEX triplet: 3F, F9 and 93. RGB value is (63,249,147). Sum of RGB (Red+Green+Blue) = 63+249+147=459 (60% of max value = 765). Red value is 63 (25% from 255 or 13.73% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF993 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF993 is #C0066C. Grayscale: #B5B5B5. Windows color (decimal): -12584557 or 9697599. OLE color: 9697599.
HSL color Cylindrical-coordinate representation of color #3FF993: hue angle of 147.1º 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 #3FF993 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 147 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.02 |
| HSL | 147.1º | 0.94% | 0.61% | - |
| HSV(B) | 147.1º | 0.75% | 0.98% | - |
| XYZ | 41.19 | 70.91 | 39.12 | - |
| YUV | 181.76 | 108.38 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 147 | 0.75 | 0 | 0.41 | 0.02 | 147.1 | 0.94 | 0.61 |
| Hex | 3F | F9 | 93 | 4B | 0 | 29 | 2 | 93 | 5E | 3D |
| Octal | 77 | 371 | 223 | 113 | 0 | 51 | 2 | 223 | 136 | 75 |
| Binary | 111111 | 11111001 | 10010011 | 1001011 | 0 | 101001 | 10 | 10010011 | 1011110 | 111101 |
Color Harmonies of #3FF993
Complementary color
Monochromatic Colors of #3FF993
Black with #3FF993
Text Example
Text Example
White with #3FF993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF993; }
p { color: rgb(63,249,147); }
H1.HeaderClassName
{
color: #3FF993;
}
.AnyTagClassName
{
color: #3FF993;
}
</style>
background-color css
<style>
a { background-color: #3FF993; }
a { background-color: rgb(63,249,147); }
div.DivClassName
{
background-color: #3FF993;
}
.BgClassName
{
background-color: #3FF993;
}
</style>
border-color css
<style>
span { border-color: #3FF993; }
span { border-color: rgb(63,249,147); }
td.TdClassName
{
border-color: #3FF993;
}
.TagClassName
{
border-color: #3FF993;
}
</style>