Shades of Shamrock #27DD86
Tints of Shamrock #27DD86
RGB
CMYK
RGB Variations
Color information
#27DD86 (or 0x27DD86) is known color: Shamrock. HEX triplet: 27, DD and 86. RGB value is (39,221,134). Sum of RGB (Red+Green+Blue) = 39+221+134=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 221 (86.72% from 255 or 56.09% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DD86 is #D82279. Grayscale: #9C9C9C. Windows color (decimal): -14164602 or 8838439. OLE color: 8838439.
HSL color Cylindrical-coordinate representation of color #27DD86: hue angle of 151.32º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DD86 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 134 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.13 |
| HSL | 151.32º | 0.73% | 0.51% | - |
| HSV(B) | 151.32º | 0.82% | 0.87% | - |
| XYZ | 31 | 53.87 | 31.32 | - |
| YUV | 156.66 | 115.2 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 134 | 0.82 | 0 | 0.39 | 0.13 | 151.32 | 0.73 | 0.51 |
| Hex | 27 | DD | 86 | 52 | 0 | 27 | D | 97 | 49 | 33 |
| Octal | 47 | 335 | 206 | 122 | 0 | 47 | 15 | 227 | 111 | 63 |
| Binary | 100111 | 11011101 | 10000110 | 1010010 | 0 | 100111 | 1101 | 10010111 | 1001001 | 110011 |
Color Harmonies of #27DD86
Complementary color
Monochromatic Colors of #27DD86
Black with #27DD86
Text Example
Text Example
White with #27DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DD86; }
p { color: rgb(39,221,134); }
H1.HeaderClassName
{
color: #27DD86;
}
.AnyTagClassName
{
color: #27DD86;
}
</style>
background-color css
<style>
a { background-color: #27DD86; }
a { background-color: rgb(39,221,134); }
div.DivClassName
{
background-color: #27DD86;
}
.BgClassName
{
background-color: #27DD86;
}
</style>
border-color css
<style>
span { border-color: #27DD86; }
span { border-color: rgb(39,221,134); }
td.TdClassName
{
border-color: #27DD86;
}
.TagClassName
{
border-color: #27DD86;
}
</style>