Shades of Shamrock #31F8A5
Tints of Shamrock #31F8A5
RGB
CMYK
RGB Variations
Color information
#31F8A5 (or 0x31F8A5) is known color: Shamrock. HEX triplet: 31, F8 and A5. RGB value is (49,248,165). Sum of RGB (Red+Green+Blue) = 49+248+165=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #31F8A5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F8A5 is #CE075A. Grayscale: #B3B3B3. Windows color (decimal): -13502299 or 10876977. OLE color: 10876977.
HSL color Cylindrical-coordinate representation of color #31F8A5: hue angle of 154.97º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F8A5 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 248 | 165 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.03 |
| HSL | 154.97º | 0.93% | 0.58% | - |
| HSV(B) | 154.97º | 0.8% | 0.97% | - |
| XYZ | 41.63 | 70.5 | 47.01 | - |
| YUV | 179.04 | 120.07 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 165 | 0.80 | 0 | 0.33 | 0.03 | 154.97 | 0.93 | 0.58 |
| Hex | 31 | F8 | A5 | 50 | 0 | 21 | 3 | 9B | 5D | 3A |
| Octal | 61 | 370 | 245 | 120 | 0 | 41 | 3 | 233 | 135 | 72 |
| Binary | 110001 | 11111000 | 10100101 | 1010000 | 0 | 100001 | 11 | 10011011 | 1011101 | 111010 |
Color Harmonies of #31F8A5
Complementary color
Monochromatic Colors of #31F8A5
Black with #31F8A5
Text Example
Text Example
White with #31F8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F8A5; }
p { color: rgb(49,248,165); }
H1.HeaderClassName
{
color: #31F8A5;
}
.AnyTagClassName
{
color: #31F8A5;
}
</style>
background-color css
<style>
a { background-color: #31F8A5; }
a { background-color: rgb(49,248,165); }
div.DivClassName
{
background-color: #31F8A5;
}
.BgClassName
{
background-color: #31F8A5;
}
</style>
border-color css
<style>
span { border-color: #31F8A5; }
span { border-color: rgb(49,248,165); }
td.TdClassName
{
border-color: #31F8A5;
}
.TagClassName
{
border-color: #31F8A5;
}
</style>