Shades of Mountain Meadow #1FCF80
Tints of Mountain Meadow #1FCF80
RGB
CMYK
RGB Variations
Color information
#1FCF80 (or 0x1FCF80) is known color: Mountain Meadow. HEX triplet: 1F, CF and 80. RGB value is (31,207,128). Sum of RGB (Red+Green+Blue) = 31+207+128=366 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.47% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #1FCF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCF80 is #E0307F. Grayscale: #919191. Windows color (decimal): -14692480 or 8441631. OLE color: 8441631.
HSL color Cylindrical-coordinate representation of color #1FCF80: hue angle of 153.07º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCF80 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 207 | 128 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.19 |
| HSL | 153.07º | 0.74% | 0.47% | - |
| HSV(B) | 153.07º | 0.85% | 0.81% | - |
| XYZ | 26.77 | 46.48 | 27.98 | - |
| YUV | 145.37 | 118.19 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 207 | 128 | 0.85 | 0 | 0.38 | 0.19 | 153.07 | 0.74 | 0.47 |
| Hex | 1F | CF | 80 | 55 | 0 | 26 | 13 | 99 | 4A | 2F |
| Octal | 37 | 317 | 200 | 125 | 0 | 46 | 23 | 231 | 112 | 57 |
| Binary | 11111 | 11001111 | 10000000 | 1010101 | 0 | 100110 | 10011 | 10011001 | 1001010 | 101111 |
Color Harmonies of #1FCF80
Complementary color
Monochromatic Colors of #1FCF80
Black with #1FCF80
Text Example
Text Example
White with #1FCF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCF80; }
p { color: rgb(31,207,128); }
H1.HeaderClassName
{
color: #1FCF80;
}
.AnyTagClassName
{
color: #1FCF80;
}
</style>
background-color css
<style>
a { background-color: #1FCF80; }
a { background-color: rgb(31,207,128); }
div.DivClassName
{
background-color: #1FCF80;
}
.BgClassName
{
background-color: #1FCF80;
}
</style>
border-color css
<style>
span { border-color: #1FCF80; }
span { border-color: rgb(31,207,128); }
td.TdClassName
{
border-color: #1FCF80;
}
.TagClassName
{
border-color: #1FCF80;
}
</style>