Shades of Shamrock #3DDB88
Tints of Shamrock #3DDB88
RGB
CMYK
RGB Variations
Color information
#3DDB88 (or 0x3DDB88) is known color: Shamrock. HEX triplet: 3D, DB and 88. RGB value is (61,219,136). Sum of RGB (Red+Green+Blue) = 61+219+136=416 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.66% from 416); Green value is 219 (85.94% from 255 or 52.64% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 219 - color contains mainly: green. Hex color #3DDB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDB88 is #C22477. Grayscale: #A2A2A2. Windows color (decimal): -12723320 or 8969021. OLE color: 8969021.
HSL color Cylindrical-coordinate representation of color #3DDB88: hue angle of 148.48º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDB88 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 219 | 136 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.14 |
| HSL | 148.48º | 0.69% | 0.55% | - |
| HSV(B) | 148.48º | 0.72% | 0.86% | - |
| XYZ | 31.7 | 53.43 | 31.94 | - |
| YUV | 162.3 | 113.15 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 219 | 136 | 0.72 | 0 | 0.38 | 0.14 | 148.48 | 0.69 | 0.55 |
| Hex | 3D | DB | 88 | 48 | 0 | 26 | E | 94 | 45 | 37 |
| Octal | 75 | 333 | 210 | 110 | 0 | 46 | 16 | 224 | 105 | 67 |
| Binary | 111101 | 11011011 | 10001000 | 1001000 | 0 | 100110 | 1110 | 10010100 | 1000101 | 110111 |
Color Harmonies of #3DDB88
Complementary color
Monochromatic Colors of #3DDB88
Black with #3DDB88
Text Example
Text Example
White with #3DDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDB88; }
p { color: rgb(61,219,136); }
H1.HeaderClassName
{
color: #3DDB88;
}
.AnyTagClassName
{
color: #3DDB88;
}
</style>
background-color css
<style>
a { background-color: #3DDB88; }
a { background-color: rgb(61,219,136); }
div.DivClassName
{
background-color: #3DDB88;
}
.BgClassName
{
background-color: #3DDB88;
}
</style>
border-color css
<style>
span { border-color: #3DDB88; }
span { border-color: rgb(61,219,136); }
td.TdClassName
{
border-color: #3DDB88;
}
.TagClassName
{
border-color: #3DDB88;
}
</style>