Shades of Shamrock #3DDE91
Tints of Shamrock #3DDE91
RGB
CMYK
RGB Variations
Color information
#3DDE91 (or 0x3DDE91) is known color: Shamrock. HEX triplet: 3D, DE and 91. RGB value is (61,222,145). Sum of RGB (Red+Green+Blue) = 61+222+145=428 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.25% from 428); Green value is 222 (87.11% from 255 or 51.87% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 222 - color contains mainly: green. Hex color #3DDE91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDE91 is #C2216E. Grayscale: #A5A5A5. Windows color (decimal): -12722543 or 9559613. OLE color: 9559613.
HSL color Cylindrical-coordinate representation of color #3DDE91: hue angle of 151.3º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDE91 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 222 | 145 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.13 |
| HSL | 151.3º | 0.71% | 0.55% | - |
| HSV(B) | 151.3º | 0.73% | 0.87% | - |
| XYZ | 33.16 | 55.28 | 35.71 | - |
| YUV | 165.08 | 116.66 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 145 | 0.73 | 0 | 0.35 | 0.13 | 151.3 | 0.71 | 0.55 |
| Hex | 3D | DE | 91 | 49 | 0 | 23 | D | 97 | 47 | 37 |
| Octal | 75 | 336 | 221 | 111 | 0 | 43 | 15 | 227 | 107 | 67 |
| Binary | 111101 | 11011110 | 10010001 | 1001001 | 0 | 100011 | 1101 | 10010111 | 1000111 | 110111 |
Color Harmonies of #3DDE91
Complementary color
Monochromatic Colors of #3DDE91
Black with #3DDE91
Text Example
Text Example
White with #3DDE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDE91; }
p { color: rgb(61,222,145); }
H1.HeaderClassName
{
color: #3DDE91;
}
.AnyTagClassName
{
color: #3DDE91;
}
</style>
background-color css
<style>
a { background-color: #3DDE91; }
a { background-color: rgb(61,222,145); }
div.DivClassName
{
background-color: #3DDE91;
}
.BgClassName
{
background-color: #3DDE91;
}
</style>
border-color css
<style>
span { border-color: #3DDE91; }
span { border-color: rgb(61,222,145); }
td.TdClassName
{
border-color: #3DDE91;
}
.TagClassName
{
border-color: #3DDE91;
}
</style>