Shades of Shamrock #3BF397
Tints of Shamrock #3BF397
RGB
CMYK
RGB Variations
Color information
#3BF397 (or 0x3BF397) is known color: Shamrock. HEX triplet: 3B, F3 and 97. RGB value is (59,243,151). Sum of RGB (Red+Green+Blue) = 59+243+151=453 (60% of max value = 765). Red value is 59 (23.44% from 255 or 13.02% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF397 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF397 is #C40C68. Grayscale: #B1B1B1. Windows color (decimal): -12848233 or 9958203. OLE color: 9958203.
HSL color Cylindrical-coordinate representation of color #3BF397: hue angle of 150º 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 #3BF397 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 151 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.05 |
| HSL | 150º | 0.88% | 0.59% | - |
| HSV(B) | 150º | 0.76% | 0.95% | - |
| XYZ | 39.44 | 67.27 | 40.18 | - |
| YUV | 177.5 | 113.04 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 151 | 0.76 | 0 | 0.38 | 0.05 | 150 | 0.88 | 0.59 |
| Hex | 3B | F3 | 97 | 4C | 0 | 26 | 5 | 96 | 58 | 3B |
| Octal | 73 | 363 | 227 | 114 | 0 | 46 | 5 | 226 | 130 | 73 |
| Binary | 111011 | 11110011 | 10010111 | 1001100 | 0 | 100110 | 101 | 10010110 | 1011000 | 111011 |
Color Harmonies of #3BF397
Complementary color
Monochromatic Colors of #3BF397
Black with #3BF397
Text Example
Text Example
White with #3BF397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF397; }
p { color: rgb(59,243,151); }
H1.HeaderClassName
{
color: #3BF397;
}
.AnyTagClassName
{
color: #3BF397;
}
</style>
background-color css
<style>
a { background-color: #3BF397; }
a { background-color: rgb(59,243,151); }
div.DivClassName
{
background-color: #3BF397;
}
.BgClassName
{
background-color: #3BF397;
}
</style>
border-color css
<style>
span { border-color: #3BF397; }
span { border-color: rgb(59,243,151); }
td.TdClassName
{
border-color: #3BF397;
}
.TagClassName
{
border-color: #3BF397;
}
</style>