Shades of Conifer #C7E056
Tints of Conifer #C7E056
RGB
CMYK
RGB Variations
Color information
#C7E056 (or 0xC7E056) is known color: Conifer. HEX triplet: C7, E0 and 56. RGB value is (199,224,86). Sum of RGB (Red+Green+Blue) = 199+224+86=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E056 is #381FA9. Grayscale: #C9C9C9. Windows color (decimal): -3678122 or 5693639. OLE color: 5693639.
HSL color Cylindrical-coordinate representation of color #C7E056: hue angle of 70.87º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7E056 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 224 | 86 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.12 |
| HSL | 70.87º | 0.69% | 0.61% | - |
| HSV(B) | 70.87º | 0.62% | 0.88% | - |
| XYZ | 51.89 | 66.13 | 18.83 | - |
| YUV | 200.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 224 | 86 | 0.11 | 0 | 0.62 | 0.12 | 70.87 | 0.69 | 0.61 |
| Hex | C7 | E0 | 56 | B | 0 | 3E | C | 47 | 45 | 3D |
| Octal | 307 | 340 | 126 | 13 | 0 | 76 | 14 | 107 | 105 | 75 |
| Binary | 11000111 | 11100000 | 1010110 | 1011 | 0 | 111110 | 1100 | 1000111 | 1000101 | 111101 |
Color Harmonies of #C7E056
Complementary color
Monochromatic Colors of #C7E056
Black with #C7E056
Text Example
Text Example
White with #C7E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E056; }
p { color: rgb(199,224,86); }
H1.HeaderClassName
{
color: #C7E056;
}
.AnyTagClassName
{
color: #C7E056;
}
</style>
background-color css
<style>
a { background-color: #C7E056; }
a { background-color: rgb(199,224,86); }
div.DivClassName
{
background-color: #C7E056;
}
.BgClassName
{
background-color: #C7E056;
}
</style>
border-color css
<style>
span { border-color: #C7E056; }
span { border-color: rgb(199,224,86); }
td.TdClassName
{
border-color: #C7E056;
}
.TagClassName
{
border-color: #C7E056;
}
</style>