Shades of Shamrock #31CF80
Tints of Shamrock #31CF80
RGB
CMYK
RGB Variations
Color information
#31CF80 (or 0x31CF80) is known color: Shamrock. HEX triplet: 31, CF and 80. RGB value is (49,207,128). Sum of RGB (Red+Green+Blue) = 49+207+128=384 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.76% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31CF80 is #CE307F. Grayscale: #969696. Windows color (decimal): -13512832 or 8441649. OLE color: 8441649.
HSL color Cylindrical-coordinate representation of color #31CF80: hue angle of 150º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF80 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 128 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.19 |
| HSL | 150º | 0.62% | 0.5% | - |
| HSV(B) | 150º | 0.76% | 0.81% | - |
| XYZ | 27.48 | 46.84 | 28.01 | - |
| YUV | 150.75 | 115.15 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 128 | 0.76 | 0 | 0.38 | 0.19 | 150 | 0.62 | 0.5 |
| Hex | 31 | CF | 80 | 4C | 0 | 26 | 13 | 96 | 3E | 32 |
| Octal | 61 | 317 | 200 | 114 | 0 | 46 | 23 | 226 | 76 | 62 |
| Binary | 110001 | 11001111 | 10000000 | 1001100 | 0 | 100110 | 10011 | 10010110 | 111110 | 110010 |
Color Harmonies of #31CF80
Complementary color
Monochromatic Colors of #31CF80
Black with #31CF80
Text Example
Text Example
White with #31CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF80; }
p { color: rgb(49,207,128); }
H1.HeaderClassName
{
color: #31CF80;
}
.AnyTagClassName
{
color: #31CF80;
}
</style>
background-color css
<style>
a { background-color: #31CF80; }
a { background-color: rgb(49,207,128); }
div.DivClassName
{
background-color: #31CF80;
}
.BgClassName
{
background-color: #31CF80;
}
</style>
border-color css
<style>
span { border-color: #31CF80; }
span { border-color: rgb(49,207,128); }
td.TdClassName
{
border-color: #31CF80;
}
.TagClassName
{
border-color: #31CF80;
}
</style>