Shades of Conifer #C7EB55
Tints of Conifer #C7EB55
RGB
CMYK
RGB Variations
Color information
#C7EB55 (or 0xC7EB55) is known color: Conifer. HEX triplet: C7, EB and 55. RGB value is (199,235,85). Sum of RGB (Red+Green+Blue) = 199+235+85=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7EB55 is #3814AA. Grayscale: #CFCFCF. Windows color (decimal): -3675307 or 5630919. OLE color: 5630919.
HSL color Cylindrical-coordinate representation of color #C7EB55: hue angle of 74.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7EB55 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 235 | 85 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.08 |
| HSL | 74.4º | 0.79% | 0.63% | - |
| HSV(B) | 74.4º | 0.64% | 0.92% | - |
| XYZ | 54.9 | 72.21 | 19.64 | - |
| YUV | 207.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 235 | 85 | 0.15 | 0 | 0.64 | 0.08 | 74.4 | 0.79 | 0.63 |
| Hex | C7 | EB | 55 | F | 0 | 40 | 8 | 4A | 4F | 3F |
| Octal | 307 | 353 | 125 | 17 | 0 | 100 | 10 | 112 | 117 | 77 |
| Binary | 11000111 | 11101011 | 1010101 | 1111 | 0 | 1000000 | 1000 | 1001010 | 1001111 | 111111 |
Color Harmonies of #C7EB55
Complementary color
Monochromatic Colors of #C7EB55
Black with #C7EB55
Text Example
Text Example
White with #C7EB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EB55; }
p { color: rgb(199,235,85); }
H1.HeaderClassName
{
color: #C7EB55;
}
.AnyTagClassName
{
color: #C7EB55;
}
</style>
background-color css
<style>
a { background-color: #C7EB55; }
a { background-color: rgb(199,235,85); }
div.DivClassName
{
background-color: #C7EB55;
}
.BgClassName
{
background-color: #C7EB55;
}
</style>
border-color css
<style>
span { border-color: #C7EB55; }
span { border-color: rgb(199,235,85); }
td.TdClassName
{
border-color: #C7EB55;
}
.TagClassName
{
border-color: #C7EB55;
}
</style>