Shades of Shamrock #27DD7A
Tints of Shamrock #27DD7A
RGB
CMYK
RGB Variations
Color information
#27DD7A (or 0x27DD7A) is known color: Shamrock. HEX triplet: 27, DD and 7A. RGB value is (39,221,122). Sum of RGB (Red+Green+Blue) = 39+221+122=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27DD7A is #D82285. Grayscale: #9B9B9B. Windows color (decimal): -14164614 or 8052007. OLE color: 8052007.
HSL color Cylindrical-coordinate representation of color #27DD7A: hue angle of 147.36º 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 #27DD7A is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 122 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.13 |
| HSL | 147.36º | 0.73% | 0.51% | - |
| HSV(B) | 147.36º | 0.82% | 0.87% | - |
| XYZ | 30.21 | 53.55 | 27.16 | - |
| YUV | 155.3 | 109.2 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 122 | 0.82 | 0 | 0.45 | 0.13 | 147.36 | 0.73 | 0.51 |
| Hex | 27 | DD | 7A | 52 | 0 | 2D | D | 93 | 49 | 33 |
| Octal | 47 | 335 | 172 | 122 | 0 | 55 | 15 | 223 | 111 | 63 |
| Binary | 100111 | 11011101 | 1111010 | 1010010 | 0 | 101101 | 1101 | 10010011 | 1001001 | 110011 |
Color Harmonies of #27DD7A
Complementary color
Monochromatic Colors of #27DD7A
Black with #27DD7A
Text Example
Text Example
White with #27DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DD7A; }
p { color: rgb(39,221,122); }
H1.HeaderClassName
{
color: #27DD7A;
}
.AnyTagClassName
{
color: #27DD7A;
}
</style>
background-color css
<style>
a { background-color: #27DD7A; }
a { background-color: rgb(39,221,122); }
div.DivClassName
{
background-color: #27DD7A;
}
.BgClassName
{
background-color: #27DD7A;
}
</style>
border-color css
<style>
span { border-color: #27DD7A; }
span { border-color: rgb(39,221,122); }
td.TdClassName
{
border-color: #27DD7A;
}
.TagClassName
{
border-color: #27DD7A;
}
</style>