Shades of Shamrock #37CC85
Tints of Shamrock #37CC85
RGB
CMYK
RGB Variations
Color information
#37CC85 (or 0x37CC85) is known color: Shamrock. HEX triplet: 37, CC and 85. RGB value is (55,204,133). Sum of RGB (Red+Green+Blue) = 55+204+133=392 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.03% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #37CC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CC85 is #C8337A. Grayscale: #979797. Windows color (decimal): -13120379 or 8768567. OLE color: 8768567.
HSL color Cylindrical-coordinate representation of color #37CC85: hue angle of 151.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CC85 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 204 | 133 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.2 |
| HSL | 151.41º | 0.59% | 0.51% | - |
| HSV(B) | 151.41º | 0.73% | 0.8% | - |
| XYZ | 27.4 | 45.69 | 29.57 | - |
| YUV | 151.36 | 117.64 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 204 | 133 | 0.73 | 0 | 0.35 | 0.2 | 151.41 | 0.59 | 0.51 |
| Hex | 37 | CC | 85 | 49 | 0 | 23 | 14 | 97 | 3B | 33 |
| Octal | 67 | 314 | 205 | 111 | 0 | 43 | 24 | 227 | 73 | 63 |
| Binary | 110111 | 11001100 | 10000101 | 1001001 | 0 | 100011 | 10100 | 10010111 | 111011 | 110011 |
Color Harmonies of #37CC85
Complementary color
Monochromatic Colors of #37CC85
Black with #37CC85
Text Example
Text Example
White with #37CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CC85; }
p { color: rgb(55,204,133); }
H1.HeaderClassName
{
color: #37CC85;
}
.AnyTagClassName
{
color: #37CC85;
}
</style>
background-color css
<style>
a { background-color: #37CC85; }
a { background-color: rgb(55,204,133); }
div.DivClassName
{
background-color: #37CC85;
}
.BgClassName
{
background-color: #37CC85;
}
</style>
border-color css
<style>
span { border-color: #37CC85; }
span { border-color: rgb(55,204,133); }
td.TdClassName
{
border-color: #37CC85;
}
.TagClassName
{
border-color: #37CC85;
}
</style>