Shades of Shamrock #1FDC81
Tints of Shamrock #1FDC81
RGB
CMYK
RGB Variations
Color information
#1FDC81 (or 0x1FDC81) is known color: Shamrock. HEX triplet: 1F, DC and 81. RGB value is (31,220,129). Sum of RGB (Red+Green+Blue) = 31+220+129=380 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.16% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FDC81 is #E0237E. Grayscale: #999999. Windows color (decimal): -14689151 or 8510495. OLE color: 8510495.
HSL color Cylindrical-coordinate representation of color #1FDC81: hue angle of 151.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC81 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 220 | 129 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.14 |
| HSL | 151.11º | 0.75% | 0.49% | - |
| HSV(B) | 151.11º | 0.86% | 0.86% | - |
| XYZ | 30.12 | 53.06 | 29.42 | - |
| YUV | 153.12 | 114.38 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 220 | 129 | 0.86 | 0 | 0.41 | 0.14 | 151.11 | 0.75 | 0.49 |
| Hex | 1F | DC | 81 | 56 | 0 | 29 | E | 97 | 4B | 31 |
| Octal | 37 | 334 | 201 | 126 | 0 | 51 | 16 | 227 | 113 | 61 |
| Binary | 11111 | 11011100 | 10000001 | 1010110 | 0 | 101001 | 1110 | 10010111 | 1001011 | 110001 |
Color Harmonies of #1FDC81
Complementary color
Monochromatic Colors of #1FDC81
Black with #1FDC81
Text Example
Text Example
White with #1FDC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDC81; }
p { color: rgb(31,220,129); }
H1.HeaderClassName
{
color: #1FDC81;
}
.AnyTagClassName
{
color: #1FDC81;
}
</style>
background-color css
<style>
a { background-color: #1FDC81; }
a { background-color: rgb(31,220,129); }
div.DivClassName
{
background-color: #1FDC81;
}
.BgClassName
{
background-color: #1FDC81;
}
</style>
border-color css
<style>
span { border-color: #1FDC81; }
span { border-color: rgb(31,220,129); }
td.TdClassName
{
border-color: #1FDC81;
}
.TagClassName
{
border-color: #1FDC81;
}
</style>