Shades of Shamrock #3DDF9A
Tints of Shamrock #3DDF9A
RGB
CMYK
RGB Variations
Color information
#3DDF9A (or 0x3DDF9A) is known color: Shamrock. HEX triplet: 3D, DF and 9A. RGB value is (61,223,154). Sum of RGB (Red+Green+Blue) = 61+223+154=438 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.93% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDF9A is #C22065. Grayscale: #A6A6A6. Windows color (decimal): -12722278 or 10149693. OLE color: 10149693.
HSL color Cylindrical-coordinate representation of color #3DDF9A: hue angle of 154.44º 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 #3DDF9A is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 154 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.13 |
| HSL | 154.44º | 0.72% | 0.56% | - |
| HSV(B) | 154.44º | 0.73% | 0.87% | - |
| XYZ | 34.14 | 56.1 | 39.6 | - |
| YUV | 166.7 | 120.83 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 154 | 0.73 | 0 | 0.31 | 0.13 | 154.44 | 0.72 | 0.56 |
| Hex | 3D | DF | 9A | 49 | 0 | 1F | D | 9A | 48 | 38 |
| Octal | 75 | 337 | 232 | 111 | 0 | 37 | 15 | 232 | 110 | 70 |
| Binary | 111101 | 11011111 | 10011010 | 1001001 | 0 | 11111 | 1101 | 10011010 | 1001000 | 111000 |
Color Harmonies of #3DDF9A
Complementary color
Monochromatic Colors of #3DDF9A
Black with #3DDF9A
Text Example
Text Example
White with #3DDF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF9A; }
p { color: rgb(61,223,154); }
H1.HeaderClassName
{
color: #3DDF9A;
}
.AnyTagClassName
{
color: #3DDF9A;
}
</style>
background-color css
<style>
a { background-color: #3DDF9A; }
a { background-color: rgb(61,223,154); }
div.DivClassName
{
background-color: #3DDF9A;
}
.BgClassName
{
background-color: #3DDF9A;
}
</style>
border-color css
<style>
span { border-color: #3DDF9A; }
span { border-color: rgb(61,223,154); }
td.TdClassName
{
border-color: #3DDF9A;
}
.TagClassName
{
border-color: #3DDF9A;
}
</style>