Shades of Shamrock #3FF193
Tints of Shamrock #3FF193
RGB
CMYK
RGB Variations
Color information
#3FF193 (or 0x3FF193) is known color: Shamrock. HEX triplet: 3F, F1 and 93. RGB value is (63,241,147). Sum of RGB (Red+Green+Blue) = 63+241+147=451 (59% of max value = 765). Red value is 63 (25% from 255 or 13.97% from 451); Green value is 241 (94.53% from 255 or 53.44% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF193 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF193 is #C00E6C. Grayscale: #B1B1B1. Windows color (decimal): -12586605 or 9695551. OLE color: 9695551.
HSL color Cylindrical-coordinate representation of color #3FF193: hue angle of 148.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF193 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 147 | - |
| CMYK | 0.74 | 0 | 0.39 | 0.05 |
| HSL | 148.31º | 0.86% | 0.6% | - |
| HSV(B) | 148.31º | 0.74% | 0.95% | - |
| XYZ | 38.77 | 66.07 | 38.31 | - |
| YUV | 177.06 | 111.03 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 147 | 0.74 | 0 | 0.39 | 0.05 | 148.31 | 0.86 | 0.6 |
| Hex | 3F | F1 | 93 | 4A | 0 | 27 | 5 | 94 | 56 | 3C |
| Octal | 77 | 361 | 223 | 112 | 0 | 47 | 5 | 224 | 126 | 74 |
| Binary | 111111 | 11110001 | 10010011 | 1001010 | 0 | 100111 | 101 | 10010100 | 1010110 | 111100 |
Color Harmonies of #3FF193
Complementary color
Monochromatic Colors of #3FF193
Black with #3FF193
Text Example
Text Example
White with #3FF193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF193; }
p { color: rgb(63,241,147); }
H1.HeaderClassName
{
color: #3FF193;
}
.AnyTagClassName
{
color: #3FF193;
}
</style>
background-color css
<style>
a { background-color: #3FF193; }
a { background-color: rgb(63,241,147); }
div.DivClassName
{
background-color: #3FF193;
}
.BgClassName
{
background-color: #3FF193;
}
</style>
border-color css
<style>
span { border-color: #3FF193; }
span { border-color: rgb(63,241,147); }
td.TdClassName
{
border-color: #3FF193;
}
.TagClassName
{
border-color: #3FF193;
}
</style>