Shades of Shamrock #3DC885
Tints of Shamrock #3DC885
RGB
CMYK
RGB Variations
Color information
#3DC885 (or 0x3DC885) is known color: Shamrock. HEX triplet: 3D, C8 and 85. RGB value is (61,200,133). Sum of RGB (Red+Green+Blue) = 61+200+133=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 200 (78.52% from 255 or 50.76% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC885 is #C2377A. Grayscale: #969696. Windows color (decimal): -12728187 or 8767549. OLE color: 8767549.
HSL color Cylindrical-coordinate representation of color #3DC885: hue angle of 151.08º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC885 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 133 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.22 |
| HSL | 151.08º | 0.56% | 0.51% | - |
| HSV(B) | 151.08º | 0.7% | 0.78% | - |
| XYZ | 26.81 | 43.99 | 29.27 | - |
| YUV | 150.8 | 117.95 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 133 | 0.69 | 0 | 0.34 | 0.22 | 151.08 | 0.56 | 0.51 |
| Hex | 3D | C8 | 85 | 45 | 0 | 22 | 16 | 97 | 38 | 33 |
| Octal | 75 | 310 | 205 | 105 | 0 | 42 | 26 | 227 | 70 | 63 |
| Binary | 111101 | 11001000 | 10000101 | 1000101 | 0 | 100010 | 10110 | 10010111 | 111000 | 110011 |
Color Harmonies of #3DC885
Complementary color
Monochromatic Colors of #3DC885
Black with #3DC885
Text Example
Text Example
White with #3DC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC885; }
p { color: rgb(61,200,133); }
H1.HeaderClassName
{
color: #3DC885;
}
.AnyTagClassName
{
color: #3DC885;
}
</style>
background-color css
<style>
a { background-color: #3DC885; }
a { background-color: rgb(61,200,133); }
div.DivClassName
{
background-color: #3DC885;
}
.BgClassName
{
background-color: #3DC885;
}
</style>
border-color css
<style>
span { border-color: #3DC885; }
span { border-color: rgb(61,200,133); }
td.TdClassName
{
border-color: #3DC885;
}
.TagClassName
{
border-color: #3DC885;
}
</style>