Shades of Shamrock #3DDF93
Tints of Shamrock #3DDF93
RGB
CMYK
RGB Variations
Color information
#3DDF93 (or 0x3DDF93) is known color: Shamrock. HEX triplet: 3D, DF and 93. RGB value is (61,223,147). Sum of RGB (Red+Green+Blue) = 61+223+147=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDF93 is #C2206C. Grayscale: #A6A6A6. Windows color (decimal): -12722285 or 9690941. OLE color: 9690941.
HSL color Cylindrical-coordinate representation of color #3DDF93: hue angle of 151.85º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDF93 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 147 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.13 |
| HSL | 151.85º | 0.72% | 0.56% | - |
| HSV(B) | 151.85º | 0.73% | 0.87% | - |
| XYZ | 33.58 | 55.87 | 36.62 | - |
| YUV | 165.9 | 117.33 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 147 | 0.73 | 0 | 0.34 | 0.13 | 151.85 | 0.72 | 0.56 |
| Hex | 3D | DF | 93 | 49 | 0 | 22 | D | 98 | 48 | 38 |
| Octal | 75 | 337 | 223 | 111 | 0 | 42 | 15 | 230 | 110 | 70 |
| Binary | 111101 | 11011111 | 10010011 | 1001001 | 0 | 100010 | 1101 | 10011000 | 1001000 | 111000 |
Color Harmonies of #3DDF93
Complementary color
Monochromatic Colors of #3DDF93
Black with #3DDF93
Text Example
Text Example
White with #3DDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF93; }
p { color: rgb(61,223,147); }
H1.HeaderClassName
{
color: #3DDF93;
}
.AnyTagClassName
{
color: #3DDF93;
}
</style>
background-color css
<style>
a { background-color: #3DDF93; }
a { background-color: rgb(61,223,147); }
div.DivClassName
{
background-color: #3DDF93;
}
.BgClassName
{
background-color: #3DDF93;
}
</style>
border-color css
<style>
span { border-color: #3DDF93; }
span { border-color: rgb(61,223,147); }
td.TdClassName
{
border-color: #3DDF93;
}
.TagClassName
{
border-color: #3DDF93;
}
</style>