Shades of Shamrock #27DB7D
Tints of Shamrock #27DB7D
RGB
CMYK
RGB Variations
Color information
#27DB7D (or 0x27DB7D) is known color: Shamrock. HEX triplet: 27, DB and 7D. RGB value is (39,219,125). Sum of RGB (Red+Green+Blue) = 39+219+125=383 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.18% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #27DB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DB7D is #D82482. Grayscale: #9A9A9A. Windows color (decimal): -14165123 or 8248103. OLE color: 8248103.
HSL color Cylindrical-coordinate representation of color #27DB7D: hue angle of 148.67º 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 #27DB7D is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 219 | 125 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.14 |
| HSL | 148.67º | 0.71% | 0.51% | - |
| HSV(B) | 148.67º | 0.82% | 0.86% | - |
| XYZ | 29.87 | 52.58 | 27.98 | - |
| YUV | 154.46 | 111.37 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 219 | 125 | 0.82 | 0 | 0.43 | 0.14 | 148.67 | 0.71 | 0.51 |
| Hex | 27 | DB | 7D | 52 | 0 | 2B | E | 95 | 47 | 33 |
| Octal | 47 | 333 | 175 | 122 | 0 | 53 | 16 | 225 | 107 | 63 |
| Binary | 100111 | 11011011 | 1111101 | 1010010 | 0 | 101011 | 1110 | 10010101 | 1000111 | 110011 |
Color Harmonies of #27DB7D
Complementary color
Monochromatic Colors of #27DB7D
Black with #27DB7D
Text Example
Text Example
White with #27DB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DB7D; }
p { color: rgb(39,219,125); }
H1.HeaderClassName
{
color: #27DB7D;
}
.AnyTagClassName
{
color: #27DB7D;
}
</style>
background-color css
<style>
a { background-color: #27DB7D; }
a { background-color: rgb(39,219,125); }
div.DivClassName
{
background-color: #27DB7D;
}
.BgClassName
{
background-color: #27DB7D;
}
</style>
border-color css
<style>
span { border-color: #27DB7D; }
span { border-color: rgb(39,219,125); }
td.TdClassName
{
border-color: #27DB7D;
}
.TagClassName
{
border-color: #27DB7D;
}
</style>