Shades of Dark Pastel Green #1FB94D
Tints of Dark Pastel Green #1FB94D
RGB
CMYK
RGB Variations
Color information
#1FB94D (or 0x1FB94D) is known color: Dark Pastel Green. HEX triplet: 1F, B9 and 4D. RGB value is (31,185,77). Sum of RGB (Red+Green+Blue) = 31+185+77=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #1FB94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FB94D is #E046B2. Grayscale: #7E7E7E. Windows color (decimal): -14698163 or 5093663. OLE color: 5093663.
HSL color Cylindrical-coordinate representation of color #1FB94D: hue angle of 137.92º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB94D is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 185 | 77 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.27 |
| HSL | 137.92º | 0.71% | 0.42% | - |
| HSV(B) | 137.92º | 0.83% | 0.73% | - |
| XYZ | 19.25 | 35.53 | 12.86 | - |
| YUV | 126.64 | 99.98 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 185 | 77 | 0.83 | 0 | 0.58 | 0.27 | 137.92 | 0.71 | 0.42 |
| Hex | 1F | B9 | 4D | 53 | 0 | 3A | 1B | 8A | 47 | 2A |
| Octal | 37 | 271 | 115 | 123 | 0 | 72 | 33 | 212 | 107 | 52 |
| Binary | 11111 | 10111001 | 1001101 | 1010011 | 0 | 111010 | 11011 | 10001010 | 1000111 | 101010 |
Color Harmonies of #1FB94D
Complementary color
Monochromatic Colors of #1FB94D
Black with #1FB94D
Text Example
Text Example
White with #1FB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB94D; }
p { color: rgb(31,185,77); }
H1.HeaderClassName
{
color: #1FB94D;
}
.AnyTagClassName
{
color: #1FB94D;
}
</style>
background-color css
<style>
a { background-color: #1FB94D; }
a { background-color: rgb(31,185,77); }
div.DivClassName
{
background-color: #1FB94D;
}
.BgClassName
{
background-color: #1FB94D;
}
</style>
border-color css
<style>
span { border-color: #1FB94D; }
span { border-color: rgb(31,185,77); }
td.TdClassName
{
border-color: #1FB94D;
}
.TagClassName
{
border-color: #1FB94D;
}
</style>