Shades of Shamrock #27E485
Tints of Shamrock #27E485
RGB
CMYK
RGB Variations
Color information
#27E485 (or 0x27E485) is known color: Shamrock. HEX triplet: 27, E4 and 85. RGB value is (39,228,133). Sum of RGB (Red+Green+Blue) = 39+228+133=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 228 (89.45% from 255 or 57% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 228 - color contains mainly: green. Hex color #27E485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27E485 is #D81B7A. Grayscale: #A0A0A0. Windows color (decimal): -14162811 or 8774695. OLE color: 8774695.
HSL color Cylindrical-coordinate representation of color #27E485: hue angle of 149.84º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E485 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 39 | 228 | 133 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.11 |
| HSL | 149.84º | 0.78% | 0.52% | - |
| HSV(B) | 149.84º | 0.83% | 0.89% | - |
| XYZ | 32.81 | 57.61 | 31.58 | - |
| YUV | 160.66 | 112.38 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 228 | 133 | 0.83 | 0 | 0.42 | 0.11 | 149.84 | 0.78 | 0.52 |
| Hex | 27 | E4 | 85 | 53 | 0 | 2A | B | 96 | 4E | 34 |
| Octal | 47 | 344 | 205 | 123 | 0 | 52 | 13 | 226 | 116 | 64 |
| Binary | 100111 | 11100100 | 10000101 | 1010011 | 0 | 101010 | 1011 | 10010110 | 1001110 | 110100 |
Color Harmonies of #27E485
Complementary color
Monochromatic Colors of #27E485
Black with #27E485
Text Example
Text Example
White with #27E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E485; }
p { color: rgb(39,228,133); }
H1.HeaderClassName
{
color: #27E485;
}
.AnyTagClassName
{
color: #27E485;
}
</style>
background-color css
<style>
a { background-color: #27E485; }
a { background-color: rgb(39,228,133); }
div.DivClassName
{
background-color: #27E485;
}
.BgClassName
{
background-color: #27E485;
}
</style>
border-color css
<style>
span { border-color: #27E485; }
span { border-color: rgb(39,228,133); }
td.TdClassName
{
border-color: #27E485;
}
.TagClassName
{
border-color: #27E485;
}
</style>