Shades of Dark Pastel Green #1FC04D
Tints of Dark Pastel Green #1FC04D
RGB
CMYK
RGB Variations
Color information
#1FC04D (or 0x1FC04D) is known color: Dark Pastel Green. HEX triplet: 1F, C0 and 4D. RGB value is (31,192,77). Sum of RGB (Red+Green+Blue) = 31+192+77=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC04D is #E03FB2. Grayscale: #838383. Windows color (decimal): -14696371 or 5095455. OLE color: 5095455.
HSL color Cylindrical-coordinate representation of color #1FC04D: hue angle of 137.14º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC04D is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 77 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.25 |
| HSL | 137.14º | 0.72% | 0.44% | - |
| HSV(B) | 137.14º | 0.84% | 0.75% | - |
| XYZ | 20.75 | 38.53 | 13.36 | - |
| YUV | 130.75 | 97.66 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 77 | 0.84 | 0 | 0.60 | 0.25 | 137.14 | 0.72 | 0.44 |
| Hex | 1F | C0 | 4D | 54 | 0 | 3C | 19 | 89 | 48 | 2C |
| Octal | 37 | 300 | 115 | 124 | 0 | 74 | 31 | 211 | 110 | 54 |
| Binary | 11111 | 11000000 | 1001101 | 1010100 | 0 | 111100 | 11001 | 10001001 | 1001000 | 101100 |
Color Harmonies of #1FC04D
Complementary color
Monochromatic Colors of #1FC04D
Black with #1FC04D
Text Example
Text Example
White with #1FC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC04D; }
p { color: rgb(31,192,77); }
H1.HeaderClassName
{
color: #1FC04D;
}
.AnyTagClassName
{
color: #1FC04D;
}
</style>
background-color css
<style>
a { background-color: #1FC04D; }
a { background-color: rgb(31,192,77); }
div.DivClassName
{
background-color: #1FC04D;
}
.BgClassName
{
background-color: #1FC04D;
}
</style>
border-color css
<style>
span { border-color: #1FC04D; }
span { border-color: rgb(31,192,77); }
td.TdClassName
{
border-color: #1FC04D;
}
.TagClassName
{
border-color: #1FC04D;
}
</style>