Shades of Shamrock #37F28F
Tints of Shamrock #37F28F
RGB
CMYK
RGB Variations
Color information
#37F28F (or 0x37F28F) is known color: Shamrock. HEX triplet: 37, F2 and 8F. RGB value is (55,242,143). Sum of RGB (Red+Green+Blue) = 55+242+143=440 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.5% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #37F28F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #37F28F is #C80D70. Grayscale: #AFAFAF. Windows color (decimal): -13110641 or 9433655. OLE color: 9433655.
HSL color Cylindrical-coordinate representation of color #37F28F: hue angle of 148.24º degrees, saturation: 0.88, 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 #37F28F is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 143 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.05 |
| HSL | 148.24º | 0.88% | 0.58% | - |
| HSV(B) | 148.24º | 0.77% | 0.95% | - |
| XYZ | 38.29 | 66.3 | 36.77 | - |
| YUV | 174.8 | 110.05 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 143 | 0.77 | 0 | 0.41 | 0.05 | 148.24 | 0.88 | 0.58 |
| Hex | 37 | F2 | 8F | 4D | 0 | 29 | 5 | 94 | 58 | 3A |
| Octal | 67 | 362 | 217 | 115 | 0 | 51 | 5 | 224 | 130 | 72 |
| Binary | 110111 | 11110010 | 10001111 | 1001101 | 0 | 101001 | 101 | 10010100 | 1011000 | 111010 |
Color Harmonies of #37F28F
Complementary color
Monochromatic Colors of #37F28F
Black with #37F28F
Text Example
Text Example
White with #37F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F28F; }
p { color: rgb(55,242,143); }
H1.HeaderClassName
{
color: #37F28F;
}
.AnyTagClassName
{
color: #37F28F;
}
</style>
background-color css
<style>
a { background-color: #37F28F; }
a { background-color: rgb(55,242,143); }
div.DivClassName
{
background-color: #37F28F;
}
.BgClassName
{
background-color: #37F28F;
}
</style>
border-color css
<style>
span { border-color: #37F28F; }
span { border-color: rgb(55,242,143); }
td.TdClassName
{
border-color: #37F28F;
}
.TagClassName
{
border-color: #37F28F;
}
</style>