Shades of Mountain Meadow #1FC07B
Tints of Mountain Meadow #1FC07B
RGB
CMYK
RGB Variations
Color information
#1FC07B (or 0x1FC07B) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 7B. RGB value is (31,192,123). Sum of RGB (Red+Green+Blue) = 31+192+123=346 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.96% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC07B is #E03F84. Grayscale: #888888. Windows color (decimal): -14696325 or 8110111. OLE color: 8110111.
HSL color Cylindrical-coordinate representation of color #1FC07B: hue angle of 154.29º 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 #1FC07B is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
RGB | 31 | 192 | 123 | - |
CMYK | 0.84 | 0 | 0.36 | 0.25 |
HSL | 154.29º | 0.72% | 0.44% | - |
HSV(B) | 154.29º | 0.84% | 0.75% | - |
XYZ | 22.99 | 39.42 | 25.14 | - |
YUV | 136 | 120.66 | 53.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 192 | 123 | 0.84 | 0 | 0.36 | 0.25 | 154.29 | 0.72 | 0.44 |
Hex | 1F | C0 | 7B | 54 | 0 | 24 | 19 | 9A | 48 | 2C |
Octal | 37 | 300 | 173 | 124 | 0 | 44 | 31 | 232 | 110 | 54 |
Binary | 11111 | 11000000 | 1111011 | 1010100 | 0 | 100100 | 11001 | 10011010 | 1001000 | 101100 |
Color Harmonies of #1FC07B
Complementary color
Monochromatic Colors of #1FC07B
Black with #1FC07B
Text Example
Text Example
White with #1FC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC07B; }
p { color: rgb(31,192,123); }
H1.HeaderClassName
{
color: #1FC07B;
}
.AnyTagClassName
{
color: #1FC07B;
}
</style>
background-color css
<style>
a { background-color: #1FC07B; }
a { background-color: rgb(31,192,123); }
div.DivClassName
{
background-color: #1FC07B;
}
.BgClassName
{
background-color: #1FC07B;
}
</style>
border-color css
<style>
span { border-color: #1FC07B; }
span { border-color: rgb(31,192,123); }
td.TdClassName
{
border-color: #1FC07B;
}
.TagClassName
{
border-color: #1FC07B;
}
</style>