Shades of Shamrock #27DC76
Tints of Shamrock #27DC76
RGB
CMYK
RGB Variations
Color information
#27DC76 (or 0x27DC76) is known color: Shamrock. HEX triplet: 27, DC and 76. RGB value is (39,220,118). Sum of RGB (Red+Green+Blue) = 39+220+118=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #27DC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DC76 is #D82389. Grayscale: #9A9A9A. Windows color (decimal): -14164874 or 7789607. OLE color: 7789607.
HSL color Cylindrical-coordinate representation of color #27DC76: hue angle of 146.19º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DC76 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 220 | 118 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.14 |
| HSL | 146.19º | 0.72% | 0.51% | - |
| HSV(B) | 146.19º | 0.82% | 0.86% | - |
| XYZ | 29.7 | 52.93 | 25.79 | - |
| YUV | 154.25 | 107.53 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 220 | 118 | 0.82 | 0 | 0.46 | 0.14 | 146.19 | 0.72 | 0.51 |
| Hex | 27 | DC | 76 | 52 | 0 | 2E | E | 92 | 48 | 33 |
| Octal | 47 | 334 | 166 | 122 | 0 | 56 | 16 | 222 | 110 | 63 |
| Binary | 100111 | 11011100 | 1110110 | 1010010 | 0 | 101110 | 1110 | 10010010 | 1001000 | 110011 |
Color Harmonies of #27DC76
Complementary color
Monochromatic Colors of #27DC76
Black with #27DC76
Text Example
Text Example
White with #27DC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DC76; }
p { color: rgb(39,220,118); }
H1.HeaderClassName
{
color: #27DC76;
}
.AnyTagClassName
{
color: #27DC76;
}
</style>
background-color css
<style>
a { background-color: #27DC76; }
a { background-color: rgb(39,220,118); }
div.DivClassName
{
background-color: #27DC76;
}
.BgClassName
{
background-color: #27DC76;
}
</style>
border-color css
<style>
span { border-color: #27DC76; }
span { border-color: rgb(39,220,118); }
td.TdClassName
{
border-color: #27DC76;
}
.TagClassName
{
border-color: #27DC76;
}
</style>