Shades of Shamrock #3DD097
Tints of Shamrock #3DD097
RGB
CMYK
RGB Variations
Color information
#3DD097 (or 0x3DD097) is known color: Shamrock. HEX triplet: 3D, D0 and 97. RGB value is (61,208,151). Sum of RGB (Red+Green+Blue) = 61+208+151=420 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.52% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD097 is #C22F68. Grayscale: #9D9D9D. Windows color (decimal): -12726121 or 9949245. OLE color: 9949245.
HSL color Cylindrical-coordinate representation of color #3DD097: hue angle of 156.73º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD097 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 151 | - |
| CMYK | 0.71 | 0 | 0.27 | 0.18 |
| HSL | 156.73º | 0.61% | 0.53% | - |
| HSV(B) | 156.73º | 0.71% | 0.82% | - |
| XYZ | 30.07 | 48.34 | 37.02 | - |
| YUV | 157.55 | 124.3 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 151 | 0.71 | 0 | 0.27 | 0.18 | 156.73 | 0.61 | 0.53 |
| Hex | 3D | D0 | 97 | 47 | 0 | 1B | 12 | 9D | 3D | 35 |
| Octal | 75 | 320 | 227 | 107 | 0 | 33 | 22 | 235 | 75 | 65 |
| Binary | 111101 | 11010000 | 10010111 | 1000111 | 0 | 11011 | 10010 | 10011101 | 111101 | 110101 |
Color Harmonies of #3DD097
Complementary color
Monochromatic Colors of #3DD097
Black with #3DD097
Text Example
Text Example
White with #3DD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD097; }
p { color: rgb(61,208,151); }
H1.HeaderClassName
{
color: #3DD097;
}
.AnyTagClassName
{
color: #3DD097;
}
</style>
background-color css
<style>
a { background-color: #3DD097; }
a { background-color: rgb(61,208,151); }
div.DivClassName
{
background-color: #3DD097;
}
.BgClassName
{
background-color: #3DD097;
}
</style>
border-color css
<style>
span { border-color: #3DD097; }
span { border-color: rgb(61,208,151); }
td.TdClassName
{
border-color: #3DD097;
}
.TagClassName
{
border-color: #3DD097;
}
</style>