Shades of Shamrock #3BF38D
Tints of Shamrock #3BF38D
RGB
CMYK
RGB Variations
Color information
#3BF38D (or 0x3BF38D) is known color: Shamrock. HEX triplet: 3B, F3 and 8D. RGB value is (59,243,141). Sum of RGB (Red+Green+Blue) = 59+243+141=443 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.32% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF38D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF38D is #C40C72. Grayscale: #B0B0B0. Windows color (decimal): -12848243 or 9302843. OLE color: 9302843.
HSL color Cylindrical-coordinate representation of color #3BF38D: hue angle of 146.74º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF38D is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 141 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.05 |
| HSL | 146.74º | 0.88% | 0.59% | - |
| HSV(B) | 146.74º | 0.76% | 0.95% | - |
| XYZ | 38.66 | 66.95 | 36.09 | - |
| YUV | 176.36 | 108.04 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 141 | 0.76 | 0 | 0.42 | 0.05 | 146.74 | 0.88 | 0.59 |
| Hex | 3B | F3 | 8D | 4C | 0 | 2A | 5 | 93 | 58 | 3B |
| Octal | 73 | 363 | 215 | 114 | 0 | 52 | 5 | 223 | 130 | 73 |
| Binary | 111011 | 11110011 | 10001101 | 1001100 | 0 | 101010 | 101 | 10010011 | 1011000 | 111011 |
Color Harmonies of #3BF38D
Complementary color
Monochromatic Colors of #3BF38D
Black with #3BF38D
Text Example
Text Example
White with #3BF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF38D; }
p { color: rgb(59,243,141); }
H1.HeaderClassName
{
color: #3BF38D;
}
.AnyTagClassName
{
color: #3BF38D;
}
</style>
background-color css
<style>
a { background-color: #3BF38D; }
a { background-color: rgb(59,243,141); }
div.DivClassName
{
background-color: #3BF38D;
}
.BgClassName
{
background-color: #3BF38D;
}
</style>
border-color css
<style>
span { border-color: #3BF38D; }
span { border-color: rgb(59,243,141); }
td.TdClassName
{
border-color: #3BF38D;
}
.TagClassName
{
border-color: #3BF38D;
}
</style>