Shades of Shamrock #3BF385
Tints of Shamrock #3BF385
RGB
CMYK
RGB Variations
Color information
#3BF385 (or 0x3BF385) is known color: Shamrock. HEX triplet: 3B, F3 and 85. RGB value is (59,243,133). Sum of RGB (Red+Green+Blue) = 59+243+133=435 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.56% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #3BF385 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF385 is #C40C7A. Grayscale: #AFAFAF. Windows color (decimal): -12848251 or 8778555. OLE color: 8778555.
HSL color Cylindrical-coordinate representation of color #3BF385: hue angle of 144.13º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF385 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 243 | 133 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.05 |
| HSL | 144.13º | 0.88% | 0.59% | - |
| HSV(B) | 144.13º | 0.76% | 0.95% | - |
| XYZ | 38.09 | 66.72 | 33.06 | - |
| YUV | 175.44 | 104.04 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 243 | 133 | 0.76 | 0 | 0.45 | 0.05 | 144.13 | 0.88 | 0.59 |
| Hex | 3B | F3 | 85 | 4C | 0 | 2D | 5 | 90 | 58 | 3B |
| Octal | 73 | 363 | 205 | 114 | 0 | 55 | 5 | 220 | 130 | 73 |
| Binary | 111011 | 11110011 | 10000101 | 1001100 | 0 | 101101 | 101 | 10010000 | 1011000 | 111011 |
Color Harmonies of #3BF385
Complementary color
Monochromatic Colors of #3BF385
Black with #3BF385
Text Example
Text Example
White with #3BF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF385; }
p { color: rgb(59,243,133); }
H1.HeaderClassName
{
color: #3BF385;
}
.AnyTagClassName
{
color: #3BF385;
}
</style>
background-color css
<style>
a { background-color: #3BF385; }
a { background-color: rgb(59,243,133); }
div.DivClassName
{
background-color: #3BF385;
}
.BgClassName
{
background-color: #3BF385;
}
</style>
border-color css
<style>
span { border-color: #3BF385; }
span { border-color: rgb(59,243,133); }
td.TdClassName
{
border-color: #3BF385;
}
.TagClassName
{
border-color: #3BF385;
}
</style>