Shades of Shamrock #3BDF8F
Tints of Shamrock #3BDF8F
RGB
CMYK
RGB Variations
Color information
#3BDF8F (or 0x3BDF8F) is known color: Shamrock. HEX triplet: 3B, DF and 8F. RGB value is (59,223,143). Sum of RGB (Red+Green+Blue) = 59+223+143=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BDF8F is #C42070. Grayscale: #A4A4A4. Windows color (decimal): -12853361 or 9428795. OLE color: 9428795.
HSL color Cylindrical-coordinate representation of color #3BDF8F: hue angle of 150.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDF8F is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 143 | - |
| CMYK | 0.74 | 0 | 0.36 | 0.13 |
| HSL | 150.73º | 0.72% | 0.55% | - |
| HSV(B) | 150.73º | 0.74% | 0.87% | - |
| XYZ | 33.15 | 55.69 | 34.99 | - |
| YUV | 164.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 143 | 0.74 | 0 | 0.36 | 0.13 | 150.73 | 0.72 | 0.55 |
| Hex | 3B | DF | 8F | 4A | 0 | 24 | D | 97 | 48 | 37 |
| Octal | 73 | 337 | 217 | 112 | 0 | 44 | 15 | 227 | 110 | 67 |
| Binary | 111011 | 11011111 | 10001111 | 1001010 | 0 | 100100 | 1101 | 10010111 | 1001000 | 110111 |
Color Harmonies of #3BDF8F
Complementary color
Monochromatic Colors of #3BDF8F
Black with #3BDF8F
Text Example
Text Example
White with #3BDF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF8F; }
p { color: rgb(59,223,143); }
H1.HeaderClassName
{
color: #3BDF8F;
}
.AnyTagClassName
{
color: #3BDF8F;
}
</style>
background-color css
<style>
a { background-color: #3BDF8F; }
a { background-color: rgb(59,223,143); }
div.DivClassName
{
background-color: #3BDF8F;
}
.BgClassName
{
background-color: #3BDF8F;
}
</style>
border-color css
<style>
span { border-color: #3BDF8F; }
span { border-color: rgb(59,223,143); }
td.TdClassName
{
border-color: #3BDF8F;
}
.TagClassName
{
border-color: #3BDF8F;
}
</style>