Shades of Shamrock #27CF7D
Tints of Shamrock #27CF7D
RGB
CMYK
RGB Variations
Color information
#27CF7D (or 0x27CF7D) is known color: Shamrock. HEX triplet: 27, CF and 7D. RGB value is (39,207,125). Sum of RGB (Red+Green+Blue) = 39+207+125=371 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.51% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #27CF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27CF7D is #D83082. Grayscale: #939393. Windows color (decimal): -14168195 or 8245031. OLE color: 8245031.
HSL color Cylindrical-coordinate representation of color #27CF7D: hue angle of 150.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CF7D is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 39 | 207 | 125 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.19 |
| HSL | 150.71º | 0.68% | 0.48% | - |
| HSV(B) | 150.71º | 0.81% | 0.81% | - |
| XYZ | 26.85 | 46.54 | 26.97 | - |
| YUV | 147.42 | 115.34 | 50.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 125 | 0.81 | 0 | 0.40 | 0.19 | 150.71 | 0.68 | 0.48 |
| Hex | 27 | CF | 7D | 51 | 0 | 28 | 13 | 97 | 44 | 30 |
| Octal | 47 | 317 | 175 | 121 | 0 | 50 | 23 | 227 | 104 | 60 |
| Binary | 100111 | 11001111 | 1111101 | 1010001 | 0 | 101000 | 10011 | 10010111 | 1000100 | 110000 |
Color Harmonies of #27CF7D
Complementary color
Monochromatic Colors of #27CF7D
Black with #27CF7D
Text Example
Text Example
White with #27CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CF7D; }
p { color: rgb(39,207,125); }
H1.HeaderClassName
{
color: #27CF7D;
}
.AnyTagClassName
{
color: #27CF7D;
}
</style>
background-color css
<style>
a { background-color: #27CF7D; }
a { background-color: rgb(39,207,125); }
div.DivClassName
{
background-color: #27CF7D;
}
.BgClassName
{
background-color: #27CF7D;
}
</style>
border-color css
<style>
span { border-color: #27CF7D; }
span { border-color: rgb(39,207,125); }
td.TdClassName
{
border-color: #27CF7D;
}
.TagClassName
{
border-color: #27CF7D;
}
</style>