Shades of Shamrock #37F385
Tints of Shamrock #37F385
RGB
CMYK
RGB Variations
Color information
#37F385 (or 0x37F385) is known color: Shamrock. HEX triplet: 37, F3 and 85. RGB value is (55,243,133). Sum of RGB (Red+Green+Blue) = 55+243+133=431 (57% of max value = 765). Red value is 55 (21.88% from 255 or 12.76% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #37F385 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37F385 is #C80C7A. Grayscale: #AEAEAE. Windows color (decimal): -13110395 or 8778551. OLE color: 8778551.
HSL color Cylindrical-coordinate representation of color #37F385: hue angle of 144.89º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F385 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 133 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.05 |
| HSL | 144.89º | 0.89% | 0.58% | - |
| HSV(B) | 144.89º | 0.77% | 0.95% | - |
| XYZ | 37.86 | 66.61 | 33.05 | - |
| YUV | 174.25 | 104.72 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 133 | 0.77 | 0 | 0.45 | 0.05 | 144.89 | 0.89 | 0.58 |
| Hex | 37 | F3 | 85 | 4D | 0 | 2D | 5 | 91 | 59 | 3A |
| Octal | 67 | 363 | 205 | 115 | 0 | 55 | 5 | 221 | 131 | 72 |
| Binary | 110111 | 11110011 | 10000101 | 1001101 | 0 | 101101 | 101 | 10010001 | 1011001 | 111010 |
Color Harmonies of #37F385
Complementary color
Monochromatic Colors of #37F385
Black with #37F385
Text Example
Text Example
White with #37F385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F385; }
p { color: rgb(55,243,133); }
H1.HeaderClassName
{
color: #37F385;
}
.AnyTagClassName
{
color: #37F385;
}
</style>
background-color css
<style>
a { background-color: #37F385; }
a { background-color: rgb(55,243,133); }
div.DivClassName
{
background-color: #37F385;
}
.BgClassName
{
background-color: #37F385;
}
</style>
border-color css
<style>
span { border-color: #37F385; }
span { border-color: rgb(55,243,133); }
td.TdClassName
{
border-color: #37F385;
}
.TagClassName
{
border-color: #37F385;
}
</style>