Shades of Shamrock #3BFD92
Tints of Shamrock #3BFD92
RGB
CMYK
RGB Variations
Color information
#3BFD92 (or 0x3BFD92) is known color: Shamrock. HEX triplet: 3B, FD and 92. RGB value is (59,253,146). Sum of RGB (Red+Green+Blue) = 59+253+146=458 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.88% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFD92 is #C4026D. Grayscale: #B7B7B7. Windows color (decimal): -12845678 or 9633083. OLE color: 9633083.
HSL color Cylindrical-coordinate representation of color #3BFD92: hue angle of 146.91º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFD92 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 146 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.01 |
| HSL | 146.91º | 0.98% | 0.61% | - |
| HSV(B) | 146.91º | 0.77% | 0.99% | - |
| XYZ | 42.12 | 73.26 | 39.11 | - |
| YUV | 182.8 | 107.23 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 146 | 0.77 | 0 | 0.42 | 0.01 | 146.91 | 0.98 | 0.61 |
| Hex | 3B | FD | 92 | 4D | 0 | 2A | 1 | 93 | 62 | 3D |
| Octal | 73 | 375 | 222 | 115 | 0 | 52 | 1 | 223 | 142 | 75 |
| Binary | 111011 | 11111101 | 10010010 | 1001101 | 0 | 101010 | 1 | 10010011 | 1100010 | 111101 |
Color Harmonies of #3BFD92
Complementary color
Monochromatic Colors of #3BFD92
Black with #3BFD92
Text Example
Text Example
White with #3BFD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD92; }
p { color: rgb(59,253,146); }
H1.HeaderClassName
{
color: #3BFD92;
}
.AnyTagClassName
{
color: #3BFD92;
}
</style>
background-color css
<style>
a { background-color: #3BFD92; }
a { background-color: rgb(59,253,146); }
div.DivClassName
{
background-color: #3BFD92;
}
.BgClassName
{
background-color: #3BFD92;
}
</style>
border-color css
<style>
span { border-color: #3BFD92; }
span { border-color: rgb(59,253,146); }
td.TdClassName
{
border-color: #3BFD92;
}
.TagClassName
{
border-color: #3BFD92;
}
</style>