Shades of Shamrock #39DD8B
Tints of Shamrock #39DD8B
RGB
CMYK
RGB Variations
Color information
#39DD8B (or 0x39DD8B) is known color: Shamrock. HEX triplet: 39, DD and 8B. RGB value is (57,221,139). Sum of RGB (Red+Green+Blue) = 57+221+139=417 (55% of max value = 765). Red value is 57 (22.66% from 255 or 13.67% from 417); Green value is 221 (86.72% from 255 or 53.00% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39DD8B is #C62274. Grayscale: #A2A2A2. Windows color (decimal): -12984949 or 9166137. OLE color: 9166137.
HSL color Cylindrical-coordinate representation of color #39DD8B: hue angle of 150º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DD8B is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 139 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.13 |
| HSL | 150º | 0.71% | 0.55% | - |
| HSV(B) | 150º | 0.74% | 0.87% | - |
| XYZ | 32.2 | 54.45 | 33.24 | - |
| YUV | 162.62 | 114.67 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 139 | 0.74 | 0 | 0.37 | 0.13 | 150 | 0.71 | 0.55 |
| Hex | 39 | DD | 8B | 4A | 0 | 25 | D | 96 | 47 | 37 |
| Octal | 71 | 335 | 213 | 112 | 0 | 45 | 15 | 226 | 107 | 67 |
| Binary | 111001 | 11011101 | 10001011 | 1001010 | 0 | 100101 | 1101 | 10010110 | 1000111 | 110111 |
Color Harmonies of #39DD8B
Complementary color
Monochromatic Colors of #39DD8B
Black with #39DD8B
Text Example
Text Example
White with #39DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DD8B; }
p { color: rgb(57,221,139); }
H1.HeaderClassName
{
color: #39DD8B;
}
.AnyTagClassName
{
color: #39DD8B;
}
</style>
background-color css
<style>
a { background-color: #39DD8B; }
a { background-color: rgb(57,221,139); }
div.DivClassName
{
background-color: #39DD8B;
}
.BgClassName
{
background-color: #39DD8B;
}
</style>
border-color css
<style>
span { border-color: #39DD8B; }
span { border-color: rgb(57,221,139); }
td.TdClassName
{
border-color: #39DD8B;
}
.TagClassName
{
border-color: #39DD8B;
}
</style>