Shades of Shamrock #27CB7F
Tints of Shamrock #27CB7F
RGB
CMYK
RGB Variations
Color information
#27CB7F (or 0x27CB7F) is known color: Shamrock. HEX triplet: 27, CB and 7F. RGB value is (39,203,127). Sum of RGB (Red+Green+Blue) = 39+203+127=369 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.57% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27CB7F is #D83480. Grayscale: #919191. Windows color (decimal): -14169217 or 8375079. OLE color: 8375079.
HSL color Cylindrical-coordinate representation of color #27CB7F: hue angle of 152.2º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CB7F is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 127 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.20 |
| HSL | 152.2º | 0.68% | 0.47% | - |
| HSV(B) | 152.2º | 0.81% | 0.8% | - |
| XYZ | 26.02 | 44.68 | 27.33 | - |
| YUV | 145.3 | 117.67 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 127 | 0.81 | 0 | 0.37 | 0.20 | 152.2 | 0.68 | 0.47 |
| Hex | 27 | CB | 7F | 51 | 0 | 25 | 14 | 98 | 44 | 2F |
| Octal | 47 | 313 | 177 | 121 | 0 | 45 | 24 | 230 | 104 | 57 |
| Binary | 100111 | 11001011 | 1111111 | 1010001 | 0 | 100101 | 10100 | 10011000 | 1000100 | 101111 |
Color Harmonies of #27CB7F
Complementary color
Monochromatic Colors of #27CB7F
Black with #27CB7F
Text Example
Text Example
White with #27CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CB7F; }
p { color: rgb(39,203,127); }
H1.HeaderClassName
{
color: #27CB7F;
}
.AnyTagClassName
{
color: #27CB7F;
}
</style>
background-color css
<style>
a { background-color: #27CB7F; }
a { background-color: rgb(39,203,127); }
div.DivClassName
{
background-color: #27CB7F;
}
.BgClassName
{
background-color: #27CB7F;
}
</style>
border-color css
<style>
span { border-color: #27CB7F; }
span { border-color: rgb(39,203,127); }
td.TdClassName
{
border-color: #27CB7F;
}
.TagClassName
{
border-color: #27CB7F;
}
</style>