Shades of Shamrock #27DE8C
Tints of Shamrock #27DE8C
RGB
CMYK
RGB Variations
Color information
#27DE8C (or 0x27DE8C) is known color: Shamrock. HEX triplet: 27, DE and 8C. RGB value is (39,222,140). Sum of RGB (Red+Green+Blue) = 39+222+140=401 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.73% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DE8C is #D82173. Grayscale: #9E9E9E. Windows color (decimal): -14164340 or 9231911. OLE color: 9231911.
HSL color Cylindrical-coordinate representation of color #27DE8C: hue angle of 153.11º 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 #27DE8C is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 222 | 140 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.13 |
| HSL | 153.11º | 0.73% | 0.51% | - |
| HSV(B) | 153.11º | 0.82% | 0.87% | - |
| XYZ | 31.69 | 54.57 | 33.67 | - |
| YUV | 157.94 | 117.87 | 43.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 222 | 140 | 0.82 | 0 | 0.37 | 0.13 | 153.11 | 0.73 | 0.51 |
| Hex | 27 | DE | 8C | 52 | 0 | 25 | D | 99 | 49 | 33 |
| Octal | 47 | 336 | 214 | 122 | 0 | 45 | 15 | 231 | 111 | 63 |
| Binary | 100111 | 11011110 | 10001100 | 1010010 | 0 | 100101 | 1101 | 10011001 | 1001001 | 110011 |
Color Harmonies of #27DE8C
Complementary color
Monochromatic Colors of #27DE8C
Black with #27DE8C
Text Example
Text Example
White with #27DE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DE8C; }
p { color: rgb(39,222,140); }
H1.HeaderClassName
{
color: #27DE8C;
}
.AnyTagClassName
{
color: #27DE8C;
}
</style>
background-color css
<style>
a { background-color: #27DE8C; }
a { background-color: rgb(39,222,140); }
div.DivClassName
{
background-color: #27DE8C;
}
.BgClassName
{
background-color: #27DE8C;
}
</style>
border-color css
<style>
span { border-color: #27DE8C; }
span { border-color: rgb(39,222,140); }
td.TdClassName
{
border-color: #27DE8C;
}
.TagClassName
{
border-color: #27DE8C;
}
</style>