Shades of Shamrock #27D680
Tints of Shamrock #27D680
RGB
CMYK
RGB Variations
Color information
#27D680 (or 0x27D680) is known color: Shamrock. HEX triplet: 27, D6 and 80. RGB value is (39,214,128). Sum of RGB (Red+Green+Blue) = 39+214+128=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 214 (83.98% from 255 or 56.17% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 214 - color contains mainly: green. Hex color #27D680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D680 is #D8297F. Grayscale: #989898. Windows color (decimal): -14166400 or 8443431. OLE color: 8443431.
HSL color Cylindrical-coordinate representation of color #27D680: hue angle of 150.51º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D680 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 128 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.16 |
| HSL | 150.51º | 0.69% | 0.5% | - |
| HSV(B) | 150.51º | 0.82% | 0.84% | - |
| XYZ | 28.78 | 50.08 | 28.57 | - |
| YUV | 151.87 | 114.52 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 128 | 0.82 | 0 | 0.40 | 0.16 | 150.51 | 0.69 | 0.5 |
| Hex | 27 | D6 | 80 | 52 | 0 | 28 | 10 | 97 | 45 | 32 |
| Octal | 47 | 326 | 200 | 122 | 0 | 50 | 20 | 227 | 105 | 62 |
| Binary | 100111 | 11010110 | 10000000 | 1010010 | 0 | 101000 | 10000 | 10010111 | 1000101 | 110010 |
Color Harmonies of #27D680
Complementary color
Monochromatic Colors of #27D680
Black with #27D680
Text Example
Text Example
White with #27D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D680; }
p { color: rgb(39,214,128); }
H1.HeaderClassName
{
color: #27D680;
}
.AnyTagClassName
{
color: #27D680;
}
</style>
background-color css
<style>
a { background-color: #27D680; }
a { background-color: rgb(39,214,128); }
div.DivClassName
{
background-color: #27D680;
}
.BgClassName
{
background-color: #27D680;
}
</style>
border-color css
<style>
span { border-color: #27D680; }
span { border-color: rgb(39,214,128); }
td.TdClassName
{
border-color: #27D680;
}
.TagClassName
{
border-color: #27D680;
}
</style>