Shades of Dark Pastel Green #1FC04B
Tints of Dark Pastel Green #1FC04B
RGB
CMYK
RGB Variations
Color information
#1FC04B (or 0x1FC04B) is known color: Dark Pastel Green. HEX triplet: 1F, C0 and 4B. RGB value is (31,192,75). Sum of RGB (Red+Green+Blue) = 31+192+75=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 192 (75.39% from 255 or 64.43% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC04B is #E03FB4. Grayscale: #828282. Windows color (decimal): -14696373 or 4964383. OLE color: 4964383.
HSL color Cylindrical-coordinate representation of color #1FC04B: hue angle of 136.4º 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 #1FC04B is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 75 | - |
| CMYK | 0.84 | 0 | 0.61 | 0.25 |
| HSL | 136.4º | 0.72% | 0.44% | - |
| HSV(B) | 136.4º | 0.84% | 0.75% | - |
| XYZ | 20.68 | 38.5 | 13 | - |
| YUV | 130.52 | 96.66 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 75 | 0.84 | 0 | 0.61 | 0.25 | 136.4 | 0.72 | 0.44 |
| Hex | 1F | C0 | 4B | 54 | 0 | 3D | 19 | 88 | 48 | 2C |
| Octal | 37 | 300 | 113 | 124 | 0 | 75 | 31 | 210 | 110 | 54 |
| Binary | 11111 | 11000000 | 1001011 | 1010100 | 0 | 111101 | 11001 | 10001000 | 1001000 | 101100 |
Color Harmonies of #1FC04B
Complementary color
Monochromatic Colors of #1FC04B
Black with #1FC04B
Text Example
Text Example
White with #1FC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC04B; }
p { color: rgb(31,192,75); }
H1.HeaderClassName
{
color: #1FC04B;
}
.AnyTagClassName
{
color: #1FC04B;
}
</style>
background-color css
<style>
a { background-color: #1FC04B; }
a { background-color: rgb(31,192,75); }
div.DivClassName
{
background-color: #1FC04B;
}
.BgClassName
{
background-color: #1FC04B;
}
</style>
border-color css
<style>
span { border-color: #1FC04B; }
span { border-color: rgb(31,192,75); }
td.TdClassName
{
border-color: #1FC04B;
}
.TagClassName
{
border-color: #1FC04B;
}
</style>