Shades of Shamrock #27D27F
Tints of Shamrock #27D27F
RGB
CMYK
RGB Variations
Color information
#27D27F (or 0x27D27F) is known color: Shamrock. HEX triplet: 27, D2 and 7F. RGB value is (39,210,127). Sum of RGB (Red+Green+Blue) = 39+210+127=376 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.37% from 376); Green value is 210 (82.42% from 255 or 55.85% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 210 - color contains mainly: green. Hex color #27D27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27D27F is #D82D80. Grayscale: #959595. Windows color (decimal): -14167425 or 8376871. OLE color: 8376871.
HSL color Cylindrical-coordinate representation of color #27D27F: hue angle of 150.88º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D27F is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 127 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.18 |
| HSL | 150.88º | 0.69% | 0.49% | - |
| HSV(B) | 150.88º | 0.81% | 0.82% | - |
| XYZ | 27.71 | 48.06 | 27.89 | - |
| YUV | 149.41 | 115.35 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 127 | 0.81 | 0 | 0.40 | 0.18 | 150.88 | 0.69 | 0.49 |
| Hex | 27 | D2 | 7F | 51 | 0 | 28 | 12 | 97 | 45 | 31 |
| Octal | 47 | 322 | 177 | 121 | 0 | 50 | 22 | 227 | 105 | 61 |
| Binary | 100111 | 11010010 | 1111111 | 1010001 | 0 | 101000 | 10010 | 10010111 | 1000101 | 110001 |
Color Harmonies of #27D27F
Complementary color
Monochromatic Colors of #27D27F
Black with #27D27F
Text Example
Text Example
White with #27D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D27F; }
p { color: rgb(39,210,127); }
H1.HeaderClassName
{
color: #27D27F;
}
.AnyTagClassName
{
color: #27D27F;
}
</style>
background-color css
<style>
a { background-color: #27D27F; }
a { background-color: rgb(39,210,127); }
div.DivClassName
{
background-color: #27D27F;
}
.BgClassName
{
background-color: #27D27F;
}
</style>
border-color css
<style>
span { border-color: #27D27F; }
span { border-color: rgb(39,210,127); }
td.TdClassName
{
border-color: #27D27F;
}
.TagClassName
{
border-color: #27D27F;
}
</style>