Shades of Shamrock #1FD58C
Tints of Shamrock #1FD58C
RGB
CMYK
RGB Variations
Color information
#1FD58C (or 0x1FD58C) is known color: Shamrock. HEX triplet: 1F, D5 and 8C. RGB value is (31,213,140). Sum of RGB (Red+Green+Blue) = 31+213+140=384 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.07% from 384); Green value is 213 (83.59% from 255 or 55.47% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD58C is #E02A73. Grayscale: #969696. Windows color (decimal): -14690932 or 9229599. OLE color: 9229599.
HSL color Cylindrical-coordinate representation of color #1FD58C: hue angle of 155.93º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD58C is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 140 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.16 |
| HSL | 155.93º | 0.75% | 0.48% | - |
| HSV(B) | 155.93º | 0.85% | 0.84% | - |
| XYZ | 29.09 | 49.77 | 32.88 | - |
| YUV | 150.26 | 122.2 | 42.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 140 | 0.85 | 0 | 0.34 | 0.16 | 155.93 | 0.75 | 0.48 |
| Hex | 1F | D5 | 8C | 55 | 0 | 22 | 10 | 9C | 4B | 30 |
| Octal | 37 | 325 | 214 | 125 | 0 | 42 | 20 | 234 | 113 | 60 |
| Binary | 11111 | 11010101 | 10001100 | 1010101 | 0 | 100010 | 10000 | 10011100 | 1001011 | 110000 |
Color Harmonies of #1FD58C
Complementary color
Monochromatic Colors of #1FD58C
Black with #1FD58C
Text Example
Text Example
White with #1FD58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD58C; }
p { color: rgb(31,213,140); }
H1.HeaderClassName
{
color: #1FD58C;
}
.AnyTagClassName
{
color: #1FD58C;
}
</style>
background-color css
<style>
a { background-color: #1FD58C; }
a { background-color: rgb(31,213,140); }
div.DivClassName
{
background-color: #1FD58C;
}
.BgClassName
{
background-color: #1FD58C;
}
</style>
border-color css
<style>
span { border-color: #1FD58C; }
span { border-color: rgb(31,213,140); }
td.TdClassName
{
border-color: #1FD58C;
}
.TagClassName
{
border-color: #1FD58C;
}
</style>