Shades of Shamrock #3BF994
Tints of Shamrock #3BF994
RGB
CMYK
RGB Variations
Color information
#3BF994 (or 0x3BF994) is known color: Shamrock. HEX triplet: 3B, F9 and 94. RGB value is (59,249,148). Sum of RGB (Red+Green+Blue) = 59+249+148=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 249 (97.66% from 255 or 54.61% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF994 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF994 is #C4066B. Grayscale: #B4B4B4. Windows color (decimal): -12846700 or 9763131. OLE color: 9763131.
HSL color Cylindrical-coordinate representation of color #3BF994: hue angle of 148.11º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF994 is Cyan = 0.76, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 249 | 148 | - |
| CMYK | 0.76 | 0 | 0.41 | 0.02 |
| HSL | 148.11º | 0.94% | 0.6% | - |
| HSV(B) | 148.11º | 0.76% | 0.98% | - |
| XYZ | 41.02 | 70.82 | 39.52 | - |
| YUV | 180.68 | 109.55 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 249 | 148 | 0.76 | 0 | 0.41 | 0.02 | 148.11 | 0.94 | 0.6 |
| Hex | 3B | F9 | 94 | 4C | 0 | 29 | 2 | 94 | 5E | 3C |
| Octal | 73 | 371 | 224 | 114 | 0 | 51 | 2 | 224 | 136 | 74 |
| Binary | 111011 | 11111001 | 10010100 | 1001100 | 0 | 101001 | 10 | 10010100 | 1011110 | 111100 |
Color Harmonies of #3BF994
Complementary color
Monochromatic Colors of #3BF994
Black with #3BF994
Text Example
Text Example
White with #3BF994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF994; }
p { color: rgb(59,249,148); }
H1.HeaderClassName
{
color: #3BF994;
}
.AnyTagClassName
{
color: #3BF994;
}
</style>
background-color css
<style>
a { background-color: #3BF994; }
a { background-color: rgb(59,249,148); }
div.DivClassName
{
background-color: #3BF994;
}
.BgClassName
{
background-color: #3BF994;
}
</style>
border-color css
<style>
span { border-color: #3BF994; }
span { border-color: rgb(59,249,148); }
td.TdClassName
{
border-color: #3BF994;
}
.TagClassName
{
border-color: #3BF994;
}
</style>