Shades of Shamrock #3BD799
Tints of Shamrock #3BD799
RGB
CMYK
RGB Variations
Color information
#3BD799 (or 0x3BD799) is known color: Shamrock. HEX triplet: 3B, D7 and 99. RGB value is (59,215,153). Sum of RGB (Red+Green+Blue) = 59+215+153=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD799 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD799 is #C42866. Grayscale: #A1A1A1. Windows color (decimal): -12855399 or 10082107. OLE color: 10082107.
HSL color Cylindrical-coordinate representation of color #3BD799: hue angle of 156.15º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD799 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 215 | 153 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.16 |
| HSL | 156.15º | 0.66% | 0.54% | - |
| HSV(B) | 156.15º | 0.73% | 0.84% | - |
| XYZ | 31.85 | 51.83 | 38.46 | - |
| YUV | 161.29 | 123.32 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 215 | 153 | 0.73 | 0 | 0.29 | 0.16 | 156.15 | 0.66 | 0.54 |
| Hex | 3B | D7 | 99 | 49 | 0 | 1D | 10 | 9C | 42 | 36 |
| Octal | 73 | 327 | 231 | 111 | 0 | 35 | 20 | 234 | 102 | 66 |
| Binary | 111011 | 11010111 | 10011001 | 1001001 | 0 | 11101 | 10000 | 10011100 | 1000010 | 110110 |
Color Harmonies of #3BD799
Complementary color
Monochromatic Colors of #3BD799
Black with #3BD799
Text Example
Text Example
White with #3BD799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD799; }
p { color: rgb(59,215,153); }
H1.HeaderClassName
{
color: #3BD799;
}
.AnyTagClassName
{
color: #3BD799;
}
</style>
background-color css
<style>
a { background-color: #3BD799; }
a { background-color: rgb(59,215,153); }
div.DivClassName
{
background-color: #3BD799;
}
.BgClassName
{
background-color: #3BD799;
}
</style>
border-color css
<style>
span { border-color: #3BD799; }
span { border-color: rgb(59,215,153); }
td.TdClassName
{
border-color: #3BD799;
}
.TagClassName
{
border-color: #3BD799;
}
</style>