Shades of Shamrock #27C985
Tints of Shamrock #27C985
RGB
CMYK
RGB Variations
Color information
#27C985 (or 0x27C985) is known color: Shamrock. HEX triplet: 27, C9 and 85. RGB value is (39,201,133). Sum of RGB (Red+Green+Blue) = 39+201+133=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 201 (78.91% from 255 or 53.89% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 201 - color contains mainly: green. Hex color #27C985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C985 is #D8367A. Grayscale: #909090. Windows color (decimal): -14169723 or 8767783. OLE color: 8767783.
HSL color Cylindrical-coordinate representation of color #27C985: hue angle of 154.81º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27C985 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 201 | 133 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.21 |
| HSL | 154.81º | 0.68% | 0.47% | - |
| HSV(B) | 154.81º | 0.81% | 0.79% | - |
| XYZ | 25.96 | 43.9 | 29.3 | - |
| YUV | 144.81 | 121.33 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 201 | 133 | 0.81 | 0 | 0.34 | 0.21 | 154.81 | 0.68 | 0.47 |
| Hex | 27 | C9 | 85 | 51 | 0 | 22 | 15 | 9B | 44 | 2F |
| Octal | 47 | 311 | 205 | 121 | 0 | 42 | 25 | 233 | 104 | 57 |
| Binary | 100111 | 11001001 | 10000101 | 1010001 | 0 | 100010 | 10101 | 10011011 | 1000100 | 101111 |
Color Harmonies of #27C985
Complementary color
Monochromatic Colors of #27C985
Black with #27C985
Text Example
Text Example
White with #27C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C985; }
p { color: rgb(39,201,133); }
H1.HeaderClassName
{
color: #27C985;
}
.AnyTagClassName
{
color: #27C985;
}
</style>
background-color css
<style>
a { background-color: #27C985; }
a { background-color: rgb(39,201,133); }
div.DivClassName
{
background-color: #27C985;
}
.BgClassName
{
background-color: #27C985;
}
</style>
border-color css
<style>
span { border-color: #27C985; }
span { border-color: rgb(39,201,133); }
td.TdClassName
{
border-color: #27C985;
}
.TagClassName
{
border-color: #27C985;
}
</style>