Shades of Dark Pastel Green #1FB14D
Tints of Dark Pastel Green #1FB14D
RGB
CMYK
RGB Variations
Color information
#1FB14D (or 0x1FB14D) is known color: Dark Pastel Green. HEX triplet: 1F, B1 and 4D. RGB value is (31,177,77). Sum of RGB (Red+Green+Blue) = 31+177+77=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 177 (69.53% from 255 or 62.11% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB14D is #E04EB2. Grayscale: #7A7A7A. Windows color (decimal): -14700211 or 5091615. OLE color: 5091615.
HSL color Cylindrical-coordinate representation of color #1FB14D: hue angle of 138.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB14D is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 77 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.31 |
| HSL | 138.9º | 0.7% | 0.41% | - |
| HSV(B) | 138.9º | 0.82% | 0.69% | - |
| XYZ | 17.63 | 32.27 | 12.32 | - |
| YUV | 121.95 | 102.63 | 63.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 77 | 0.82 | 0 | 0.56 | 0.31 | 138.9 | 0.7 | 0.41 |
| Hex | 1F | B1 | 4D | 52 | 0 | 38 | 1F | 8B | 46 | 29 |
| Octal | 37 | 261 | 115 | 122 | 0 | 70 | 37 | 213 | 106 | 51 |
| Binary | 11111 | 10110001 | 1001101 | 1010010 | 0 | 111000 | 11111 | 10001011 | 1000110 | 101001 |
Color Harmonies of #1FB14D
Complementary color
Monochromatic Colors of #1FB14D
Black with #1FB14D
Text Example
Text Example
White with #1FB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB14D; }
p { color: rgb(31,177,77); }
H1.HeaderClassName
{
color: #1FB14D;
}
.AnyTagClassName
{
color: #1FB14D;
}
</style>
background-color css
<style>
a { background-color: #1FB14D; }
a { background-color: rgb(31,177,77); }
div.DivClassName
{
background-color: #1FB14D;
}
.BgClassName
{
background-color: #1FB14D;
}
</style>
border-color css
<style>
span { border-color: #1FB14D; }
span { border-color: rgb(31,177,77); }
td.TdClassName
{
border-color: #1FB14D;
}
.TagClassName
{
border-color: #1FB14D;
}
</style>