Shades of Shamrock #3BEF8F
Tints of Shamrock #3BEF8F
RGB
CMYK
RGB Variations
Color information
#3BEF8F (or 0x3BEF8F) is known color: Shamrock. HEX triplet: 3B, EF and 8F. RGB value is (59,239,143). Sum of RGB (Red+Green+Blue) = 59+239+143=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEF8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BEF8F is #C41070. Grayscale: #AEAEAE. Windows color (decimal): -12849265 or 9432891. OLE color: 9432891.
HSL color Cylindrical-coordinate representation of color #3BEF8F: hue angle of 148º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEF8F is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 143 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.06 |
| HSL | 148º | 0.85% | 0.58% | - |
| HSV(B) | 148º | 0.75% | 0.94% | - |
| XYZ | 37.63 | 64.65 | 36.48 | - |
| YUV | 174.24 | 110.37 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 143 | 0.75 | 0 | 0.40 | 0.06 | 148 | 0.85 | 0.58 |
| Hex | 3B | EF | 8F | 4B | 0 | 28 | 6 | 94 | 55 | 3A |
| Octal | 73 | 357 | 217 | 113 | 0 | 50 | 6 | 224 | 125 | 72 |
| Binary | 111011 | 11101111 | 10001111 | 1001011 | 0 | 101000 | 110 | 10010100 | 1010101 | 111010 |
Color Harmonies of #3BEF8F
Complementary color
Monochromatic Colors of #3BEF8F
Black with #3BEF8F
Text Example
Text Example
White with #3BEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEF8F; }
p { color: rgb(59,239,143); }
H1.HeaderClassName
{
color: #3BEF8F;
}
.AnyTagClassName
{
color: #3BEF8F;
}
</style>
background-color css
<style>
a { background-color: #3BEF8F; }
a { background-color: rgb(59,239,143); }
div.DivClassName
{
background-color: #3BEF8F;
}
.BgClassName
{
background-color: #3BEF8F;
}
</style>
border-color css
<style>
span { border-color: #3BEF8F; }
span { border-color: rgb(59,239,143); }
td.TdClassName
{
border-color: #3BEF8F;
}
.TagClassName
{
border-color: #3BEF8F;
}
</style>