Shades of Shamrock #27DB8B
Tints of Shamrock #27DB8B
RGB
CMYK
RGB Variations
Color information
#27DB8B (or 0x27DB8B) is known color: Shamrock. HEX triplet: 27, DB and 8B. RGB value is (39,219,139). Sum of RGB (Red+Green+Blue) = 39+219+139=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #27DB8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DB8B is #D82474. Grayscale: #9C9C9C. Windows color (decimal): -14165109 or 9165607. OLE color: 9165607.
HSL color Cylindrical-coordinate representation of color #27DB8B: hue angle of 153.33º degrees, saturation: 0.71, 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 #27DB8B is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 139 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.14 |
| HSL | 153.33º | 0.71% | 0.51% | - |
| HSV(B) | 153.33º | 0.82% | 0.86% | - |
| XYZ | 30.83 | 52.96 | 33.02 | - |
| YUV | 156.06 | 118.37 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 139 | 0.82 | 0 | 0.37 | 0.14 | 153.33 | 0.71 | 0.51 |
| Hex | 27 | DB | 8B | 52 | 0 | 25 | E | 99 | 47 | 33 |
| Octal | 47 | 333 | 213 | 122 | 0 | 45 | 16 | 231 | 107 | 63 |
| Binary | 100111 | 11011011 | 10001011 | 1010010 | 0 | 100101 | 1110 | 10011001 | 1000111 | 110011 |
Color Harmonies of #27DB8B
Complementary color
Monochromatic Colors of #27DB8B
Black with #27DB8B
Text Example
Text Example
White with #27DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DB8B; }
p { color: rgb(39,219,139); }
H1.HeaderClassName
{
color: #27DB8B;
}
.AnyTagClassName
{
color: #27DB8B;
}
</style>
background-color css
<style>
a { background-color: #27DB8B; }
a { background-color: rgb(39,219,139); }
div.DivClassName
{
background-color: #27DB8B;
}
.BgClassName
{
background-color: #27DB8B;
}
</style>
border-color css
<style>
span { border-color: #27DB8B; }
span { border-color: rgb(39,219,139); }
td.TdClassName
{
border-color: #27DB8B;
}
.TagClassName
{
border-color: #27DB8B;
}
</style>