Shades of Shamrock #37CF8A
Tints of Shamrock #37CF8A
RGB
CMYK
RGB Variations
Color information
#37CF8A (or 0x37CF8A) is known color: Shamrock. HEX triplet: 37, CF and 8A. RGB value is (55,207,138). Sum of RGB (Red+Green+Blue) = 55+207+138=400 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.75% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CF8A is #C83075. Grayscale: #999999. Windows color (decimal): -13119606 or 9097015. OLE color: 9097015.
HSL color Cylindrical-coordinate representation of color #37CF8A: hue angle of 152.76º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CF8A is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 138 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.19 |
| HSL | 152.76º | 0.61% | 0.51% | - |
| HSV(B) | 152.76º | 0.73% | 0.81% | - |
| XYZ | 28.48 | 47.27 | 31.67 | - |
| YUV | 153.69 | 119.14 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 138 | 0.73 | 0 | 0.33 | 0.19 | 152.76 | 0.61 | 0.51 |
| Hex | 37 | CF | 8A | 49 | 0 | 21 | 13 | 99 | 3D | 33 |
| Octal | 67 | 317 | 212 | 111 | 0 | 41 | 23 | 231 | 75 | 63 |
| Binary | 110111 | 11001111 | 10001010 | 1001001 | 0 | 100001 | 10011 | 10011001 | 111101 | 110011 |
Color Harmonies of #37CF8A
Complementary color
Monochromatic Colors of #37CF8A
Black with #37CF8A
Text Example
Text Example
White with #37CF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CF8A; }
p { color: rgb(55,207,138); }
H1.HeaderClassName
{
color: #37CF8A;
}
.AnyTagClassName
{
color: #37CF8A;
}
</style>
background-color css
<style>
a { background-color: #37CF8A; }
a { background-color: rgb(55,207,138); }
div.DivClassName
{
background-color: #37CF8A;
}
.BgClassName
{
background-color: #37CF8A;
}
</style>
border-color css
<style>
span { border-color: #37CF8A; }
span { border-color: rgb(55,207,138); }
td.TdClassName
{
border-color: #37CF8A;
}
.TagClassName
{
border-color: #37CF8A;
}
</style>