Shades of Mountain Meadow #1FD07A
Tints of Mountain Meadow #1FD07A
RGB
CMYK
RGB Variations
Color information
#1FD07A (or 0x1FD07A) is known color: Mountain Meadow. HEX triplet: 1F, D0 and 7A. RGB value is (31,208,122). Sum of RGB (Red+Green+Blue) = 31+208+122=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD07A is #E02F85. Grayscale: #919191. Windows color (decimal): -14692230 or 8048671. OLE color: 8048671.
HSL color Cylindrical-coordinate representation of color #1FD07A: hue angle of 150.85º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD07A is Cyan = 0.85, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 122 | - |
| CMYK | 0.85 | 0 | 0.41 | 0.18 |
| HSL | 150.85º | 0.74% | 0.47% | - |
| HSV(B) | 150.85º | 0.85% | 0.82% | - |
| XYZ | 26.63 | 46.81 | 26.04 | - |
| YUV | 145.27 | 114.86 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 122 | 0.85 | 0 | 0.41 | 0.18 | 150.85 | 0.74 | 0.47 |
| Hex | 1F | D0 | 7A | 55 | 0 | 29 | 12 | 97 | 4A | 2F |
| Octal | 37 | 320 | 172 | 125 | 0 | 51 | 22 | 227 | 112 | 57 |
| Binary | 11111 | 11010000 | 1111010 | 1010101 | 0 | 101001 | 10010 | 10010111 | 1001010 | 101111 |
Color Harmonies of #1FD07A
Complementary color
Monochromatic Colors of #1FD07A
Black with #1FD07A
Text Example
Text Example
White with #1FD07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD07A; }
p { color: rgb(31,208,122); }
H1.HeaderClassName
{
color: #1FD07A;
}
.AnyTagClassName
{
color: #1FD07A;
}
</style>
background-color css
<style>
a { background-color: #1FD07A; }
a { background-color: rgb(31,208,122); }
div.DivClassName
{
background-color: #1FD07A;
}
.BgClassName
{
background-color: #1FD07A;
}
</style>
border-color css
<style>
span { border-color: #1FD07A; }
span { border-color: rgb(31,208,122); }
td.TdClassName
{
border-color: #1FD07A;
}
.TagClassName
{
border-color: #1FD07A;
}
</style>