Shades of Shamrock #3BF598
Tints of Shamrock #3BF598
RGB
CMYK
RGB Variations
Color information
#3BF598 (or 0x3BF598) is known color: Shamrock. HEX triplet: 3B, F5 and 98. RGB value is (59,245,152). Sum of RGB (Red+Green+Blue) = 59+245+152=456 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.94% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF598 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF598 is #C40A67. Grayscale: #B2B2B2. Windows color (decimal): -12847720 or 10024251. OLE color: 10024251.
HSL color Cylindrical-coordinate representation of color #3BF598: hue angle of 150º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF598 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 152 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.04 |
| HSL | 150º | 0.9% | 0.6% | - |
| HSV(B) | 150º | 0.76% | 0.96% | - |
| XYZ | 40.12 | 68.5 | 40.81 | - |
| YUV | 178.78 | 112.88 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 152 | 0.76 | 0 | 0.38 | 0.04 | 150 | 0.9 | 0.6 |
| Hex | 3B | F5 | 98 | 4C | 0 | 26 | 4 | 96 | 5A | 3C |
| Octal | 73 | 365 | 230 | 114 | 0 | 46 | 4 | 226 | 132 | 74 |
| Binary | 111011 | 11110101 | 10011000 | 1001100 | 0 | 100110 | 100 | 10010110 | 1011010 | 111100 |
Color Harmonies of #3BF598
Complementary color
Monochromatic Colors of #3BF598
Black with #3BF598
Text Example
Text Example
White with #3BF598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF598; }
p { color: rgb(59,245,152); }
H1.HeaderClassName
{
color: #3BF598;
}
.AnyTagClassName
{
color: #3BF598;
}
</style>
background-color css
<style>
a { background-color: #3BF598; }
a { background-color: rgb(59,245,152); }
div.DivClassName
{
background-color: #3BF598;
}
.BgClassName
{
background-color: #3BF598;
}
</style>
border-color css
<style>
span { border-color: #3BF598; }
span { border-color: rgb(59,245,152); }
td.TdClassName
{
border-color: #3BF598;
}
.TagClassName
{
border-color: #3BF598;
}
</style>