Shades of Shamrock #27D685
Tints of Shamrock #27D685
RGB
CMYK
RGB Variations
Color information
#27D685 (or 0x27D685) is known color: Shamrock. HEX triplet: 27, D6 and 85. RGB value is (39,214,133). Sum of RGB (Red+Green+Blue) = 39+214+133=386 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.10% from 386); Green value is 214 (83.98% from 255 or 55.44% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 214 - color contains mainly: green. Hex color #27D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D685 is #D8297A. Grayscale: #989898. Windows color (decimal): -14166395 or 8771111. OLE color: 8771111.
HSL color Cylindrical-coordinate representation of color #27D685: hue angle of 152.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D685 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 133 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.16 |
| HSL | 152.23º | 0.69% | 0.5% | - |
| HSV(B) | 152.23º | 0.82% | 0.84% | - |
| XYZ | 29.12 | 50.22 | 30.35 | - |
| YUV | 152.44 | 117.02 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 133 | 0.82 | 0 | 0.38 | 0.16 | 152.23 | 0.69 | 0.5 |
| Hex | 27 | D6 | 85 | 52 | 0 | 26 | 10 | 98 | 45 | 32 |
| Octal | 47 | 326 | 205 | 122 | 0 | 46 | 20 | 230 | 105 | 62 |
| Binary | 100111 | 11010110 | 10000101 | 1010010 | 0 | 100110 | 10000 | 10011000 | 1000101 | 110010 |
Color Harmonies of #27D685
Complementary color
Monochromatic Colors of #27D685
Black with #27D685
Text Example
Text Example
White with #27D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D685; }
p { color: rgb(39,214,133); }
H1.HeaderClassName
{
color: #27D685;
}
.AnyTagClassName
{
color: #27D685;
}
</style>
background-color css
<style>
a { background-color: #27D685; }
a { background-color: rgb(39,214,133); }
div.DivClassName
{
background-color: #27D685;
}
.BgClassName
{
background-color: #27D685;
}
</style>
border-color css
<style>
span { border-color: #27D685; }
span { border-color: rgb(39,214,133); }
td.TdClassName
{
border-color: #27D685;
}
.TagClassName
{
border-color: #27D685;
}
</style>