Shades of Shamrock #37F482
Tints of Shamrock #37F482
RGB
CMYK
RGB Variations
Color information
#37F482 (or 0x37F482) is known color: Shamrock. HEX triplet: 37, F4 and 82. RGB value is (55,244,130). Sum of RGB (Red+Green+Blue) = 55+244+130=429 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.82% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #37F482 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37F482 is #C80B7D. Grayscale: #AEAEAE. Windows color (decimal): -13110142 or 8582199. OLE color: 8582199.
HSL color Cylindrical-coordinate representation of color #37F482: hue angle of 143.81º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F482 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 130 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.04 |
| HSL | 143.81º | 0.9% | 0.59% | - |
| HSV(B) | 143.81º | 0.77% | 0.96% | - |
| XYZ | 37.96 | 67.13 | 32.08 | - |
| YUV | 174.49 | 102.88 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 130 | 0.77 | 0 | 0.47 | 0.04 | 143.81 | 0.9 | 0.59 |
| Hex | 37 | F4 | 82 | 4D | 0 | 2F | 4 | 90 | 5A | 3B |
| Octal | 67 | 364 | 202 | 115 | 0 | 57 | 4 | 220 | 132 | 73 |
| Binary | 110111 | 11110100 | 10000010 | 1001101 | 0 | 101111 | 100 | 10010000 | 1011010 | 111011 |
Color Harmonies of #37F482
Complementary color
Monochromatic Colors of #37F482
Black with #37F482
Text Example
Text Example
White with #37F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F482; }
p { color: rgb(55,244,130); }
H1.HeaderClassName
{
color: #37F482;
}
.AnyTagClassName
{
color: #37F482;
}
</style>
background-color css
<style>
a { background-color: #37F482; }
a { background-color: rgb(55,244,130); }
div.DivClassName
{
background-color: #37F482;
}
.BgClassName
{
background-color: #37F482;
}
</style>
border-color css
<style>
span { border-color: #37F482; }
span { border-color: rgb(55,244,130); }
td.TdClassName
{
border-color: #37F482;
}
.TagClassName
{
border-color: #37F482;
}
</style>