Shades of Shamrock #3DD798
Tints of Shamrock #3DD798
RGB
CMYK
RGB Variations
Color information
#3DD798 (or 0x3DD798) is known color: Shamrock. HEX triplet: 3D, D7 and 98. RGB value is (61,215,152). Sum of RGB (Red+Green+Blue) = 61+215+152=428 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.25% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD798 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD798 is #C22867. Grayscale: #A1A1A1. Windows color (decimal): -12724328 or 10016573. OLE color: 10016573.
HSL color Cylindrical-coordinate representation of color #3DD798: hue angle of 155.45º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD798 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 215 | 152 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.16 |
| HSL | 155.45º | 0.66% | 0.54% | - |
| HSV(B) | 155.45º | 0.72% | 0.84% | - |
| XYZ | 31.89 | 51.86 | 38.03 | - |
| YUV | 161.77 | 122.48 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 215 | 152 | 0.72 | 0 | 0.29 | 0.16 | 155.45 | 0.66 | 0.54 |
| Hex | 3D | D7 | 98 | 48 | 0 | 1D | 10 | 9B | 42 | 36 |
| Octal | 75 | 327 | 230 | 110 | 0 | 35 | 20 | 233 | 102 | 66 |
| Binary | 111101 | 11010111 | 10011000 | 1001000 | 0 | 11101 | 10000 | 10011011 | 1000010 | 110110 |
Color Harmonies of #3DD798
Complementary color
Monochromatic Colors of #3DD798
Black with #3DD798
Text Example
Text Example
White with #3DD798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD798; }
p { color: rgb(61,215,152); }
H1.HeaderClassName
{
color: #3DD798;
}
.AnyTagClassName
{
color: #3DD798;
}
</style>
background-color css
<style>
a { background-color: #3DD798; }
a { background-color: rgb(61,215,152); }
div.DivClassName
{
background-color: #3DD798;
}
.BgClassName
{
background-color: #3DD798;
}
</style>
border-color css
<style>
span { border-color: #3DD798; }
span { border-color: rgb(61,215,152); }
td.TdClassName
{
border-color: #3DD798;
}
.TagClassName
{
border-color: #3DD798;
}
</style>