Shades of Shamrock #3DCD97
Tints of Shamrock #3DCD97
RGB
CMYK
RGB Variations
Color information
#3DCD97 (or 0x3DCD97) is known color: Shamrock. HEX triplet: 3D, CD and 97. RGB value is (61,205,151). Sum of RGB (Red+Green+Blue) = 61+205+151=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCD97 is #C23268. Grayscale: #9B9B9B. Windows color (decimal): -12726889 or 9948477. OLE color: 9948477.
HSL color Cylindrical-coordinate representation of color #3DCD97: hue angle of 157.5º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCD97 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 151 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.20 |
| HSL | 157.5º | 0.59% | 0.52% | - |
| HSV(B) | 157.5º | 0.7% | 0.8% | - |
| XYZ | 29.34 | 46.89 | 36.78 | - |
| YUV | 155.79 | 125.29 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 151 | 0.70 | 0 | 0.26 | 0.20 | 157.5 | 0.59 | 0.52 |
| Hex | 3D | CD | 97 | 46 | 0 | 1A | 14 | 9E | 3B | 34 |
| Octal | 75 | 315 | 227 | 106 | 0 | 32 | 24 | 236 | 73 | 64 |
| Binary | 111101 | 11001101 | 10010111 | 1000110 | 0 | 11010 | 10100 | 10011110 | 111011 | 110100 |
Color Harmonies of #3DCD97
Complementary color
Monochromatic Colors of #3DCD97
Black with #3DCD97
Text Example
Text Example
White with #3DCD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD97; }
p { color: rgb(61,205,151); }
H1.HeaderClassName
{
color: #3DCD97;
}
.AnyTagClassName
{
color: #3DCD97;
}
</style>
background-color css
<style>
a { background-color: #3DCD97; }
a { background-color: rgb(61,205,151); }
div.DivClassName
{
background-color: #3DCD97;
}
.BgClassName
{
background-color: #3DCD97;
}
</style>
border-color css
<style>
span { border-color: #3DCD97; }
span { border-color: rgb(61,205,151); }
td.TdClassName
{
border-color: #3DCD97;
}
.TagClassName
{
border-color: #3DCD97;
}
</style>