Shades of Shamrock #3BFF98
Tints of Shamrock #3BFF98
RGB
CMYK
RGB Variations
Color information
#3BFF98 (or 0x3BFF98) is known color: Shamrock. HEX triplet: 3B, FF and 98. RGB value is (59,255,152). Sum of RGB (Red+Green+Blue) = 59+255+152=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFF98 is #C40067. Grayscale: #B8B8B8. Windows color (decimal): -12845160 or 10026811. OLE color: 10026811.
HSL color Cylindrical-coordinate representation of color #3BFF98: hue angle of 148.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFF98 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 152 | - |
| CMYK | 0.77 | 0 | 0.40 | 0 |
| HSL | 148.47º | 1% | 0.62% | - |
| HSV(B) | 148.47º | 0.77% | 1% | - |
| XYZ | 43.23 | 74.72 | 41.85 | - |
| YUV | 184.65 | 109.57 | 38.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 152 | 0.77 | 0 | 0.40 | 0 | 148.47 | 1 | 0.62 |
| Hex | 3B | FF | 98 | 4D | 0 | 28 | 0 | 94 | 64 | 3E |
| Octal | 73 | 377 | 230 | 115 | 0 | 50 | 0 | 224 | 144 | 76 |
| Binary | 111011 | 11111111 | 10011000 | 1001101 | 0 | 101000 | 0 | 10010100 | 1100100 | 111110 |
Color Harmonies of #3BFF98
Complementary color
Monochromatic Colors of #3BFF98
Black with #3BFF98
Text Example
Text Example
White with #3BFF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF98; }
p { color: rgb(59,255,152); }
H1.HeaderClassName
{
color: #3BFF98;
}
.AnyTagClassName
{
color: #3BFF98;
}
</style>
background-color css
<style>
a { background-color: #3BFF98; }
a { background-color: rgb(59,255,152); }
div.DivClassName
{
background-color: #3BFF98;
}
.BgClassName
{
background-color: #3BFF98;
}
</style>
border-color css
<style>
span { border-color: #3BFF98; }
span { border-color: rgb(59,255,152); }
td.TdClassName
{
border-color: #3BFF98;
}
.TagClassName
{
border-color: #3BFF98;
}
</style>