Shades of Mountain Meadow #1CCF7F
Tints of Mountain Meadow #1CCF7F
RGB
CMYK
RGB Variations
Color information
#1CCF7F (or 0x1CCF7F) is known color: Mountain Meadow. HEX triplet: 1C, CF and 7F. RGB value is (28,207,127). Sum of RGB (Red+Green+Blue) = 28+207+127=362 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.73% from 362); Green value is 207 (81.25% from 255 or 57.18% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCF7F is #E33080. Grayscale: #909090. Windows color (decimal): -14889089 or 8376092. OLE color: 8376092.
HSL color Cylindrical-coordinate representation of color #1CCF7F: hue angle of 153.18º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF7F is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 127 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.19 |
| HSL | 153.18º | 0.76% | 0.46% | - |
| HSV(B) | 153.18º | 0.86% | 0.81% | - |
| XYZ | 26.62 | 46.4 | 27.63 | - |
| YUV | 144.36 | 118.2 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 127 | 0.86 | 0 | 0.39 | 0.19 | 153.18 | 0.76 | 0.46 |
| Hex | 1C | CF | 7F | 56 | 0 | 27 | 13 | 99 | 4C | 2E |
| Octal | 34 | 317 | 177 | 126 | 0 | 47 | 23 | 231 | 114 | 56 |
| Binary | 11100 | 11001111 | 1111111 | 1010110 | 0 | 100111 | 10011 | 10011001 | 1001100 | 101110 |
Color Harmonies of #1CCF7F
Complementary color
Monochromatic Colors of #1CCF7F
Black with #1CCF7F
Text Example
Text Example
White with #1CCF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF7F; }
p { color: rgb(28,207,127); }
H1.HeaderClassName
{
color: #1CCF7F;
}
.AnyTagClassName
{
color: #1CCF7F;
}
</style>
background-color css
<style>
a { background-color: #1CCF7F; }
a { background-color: rgb(28,207,127); }
div.DivClassName
{
background-color: #1CCF7F;
}
.BgClassName
{
background-color: #1CCF7F;
}
</style>
border-color css
<style>
span { border-color: #1CCF7F; }
span { border-color: rgb(28,207,127); }
td.TdClassName
{
border-color: #1CCF7F;
}
.TagClassName
{
border-color: #1CCF7F;
}
</style>