Shades of Shamrock #27CB85
Tints of Shamrock #27CB85
RGB
CMYK
RGB Variations
Color information
#27CB85 (or 0x27CB85) is known color: Shamrock. HEX triplet: 27, CB and 85. RGB value is (39,203,133). Sum of RGB (Red+Green+Blue) = 39+203+133=375 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.4% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #27CB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CB85 is #D8347A. Grayscale: #929292. Windows color (decimal): -14169211 or 8768295. OLE color: 8768295.
HSL color Cylindrical-coordinate representation of color #27CB85: hue angle of 154.39º 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 #27CB85 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 39 | 203 | 133 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.20 |
| HSL | 154.39º | 0.68% | 0.47% | - |
| HSV(B) | 154.39º | 0.81% | 0.8% | - |
| XYZ | 26.43 | 44.84 | 29.45 | - |
| YUV | 145.98 | 120.67 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 203 | 133 | 0.81 | 0 | 0.34 | 0.20 | 154.39 | 0.68 | 0.47 |
| Hex | 27 | CB | 85 | 51 | 0 | 22 | 14 | 9A | 44 | 2F |
| Octal | 47 | 313 | 205 | 121 | 0 | 42 | 24 | 232 | 104 | 57 |
| Binary | 100111 | 11001011 | 10000101 | 1010001 | 0 | 100010 | 10100 | 10011010 | 1000100 | 101111 |
Color Harmonies of #27CB85
Complementary color
Monochromatic Colors of #27CB85
Black with #27CB85
Text Example
Text Example
White with #27CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CB85; }
p { color: rgb(39,203,133); }
H1.HeaderClassName
{
color: #27CB85;
}
.AnyTagClassName
{
color: #27CB85;
}
</style>
background-color css
<style>
a { background-color: #27CB85; }
a { background-color: rgb(39,203,133); }
div.DivClassName
{
background-color: #27CB85;
}
.BgClassName
{
background-color: #27CB85;
}
</style>
border-color css
<style>
span { border-color: #27CB85; }
span { border-color: rgb(39,203,133); }
td.TdClassName
{
border-color: #27CB85;
}
.TagClassName
{
border-color: #27CB85;
}
</style>