Shades of Conifer #C7E755
Tints of Conifer #C7E755
RGB
CMYK
RGB Variations
Color information
#C7E755 (or 0xC7E755) is known color: Conifer. HEX triplet: C7, E7 and 55. RGB value is (199,231,85). Sum of RGB (Red+Green+Blue) = 199+231+85=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E755 is #3818AA. Grayscale: #CDCDCD. Windows color (decimal): -3676331 or 5629895. OLE color: 5629895.
HSL color Cylindrical-coordinate representation of color #C7E755: hue angle of 73.15º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7E755 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 85 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.09 |
| HSL | 73.15º | 0.75% | 0.62% | - |
| HSV(B) | 73.15º | 0.63% | 0.91% | - |
| XYZ | 53.77 | 69.95 | 19.26 | - |
| YUV | 204.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 85 | 0.14 | 0 | 0.63 | 0.09 | 73.15 | 0.75 | 0.62 |
| Hex | C7 | E7 | 55 | E | 0 | 3F | 9 | 49 | 4B | 3E |
| Octal | 307 | 347 | 125 | 16 | 0 | 77 | 11 | 111 | 113 | 76 |
| Binary | 11000111 | 11100111 | 1010101 | 1110 | 0 | 111111 | 1001 | 1001001 | 1001011 | 111110 |
Color Harmonies of #C7E755
Complementary color
Monochromatic Colors of #C7E755
Black with #C7E755
Text Example
Text Example
White with #C7E755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E755; }
p { color: rgb(199,231,85); }
H1.HeaderClassName
{
color: #C7E755;
}
.AnyTagClassName
{
color: #C7E755;
}
</style>
background-color css
<style>
a { background-color: #C7E755; }
a { background-color: rgb(199,231,85); }
div.DivClassName
{
background-color: #C7E755;
}
.BgClassName
{
background-color: #C7E755;
}
</style>
border-color css
<style>
span { border-color: #C7E755; }
span { border-color: rgb(199,231,85); }
td.TdClassName
{
border-color: #C7E755;
}
.TagClassName
{
border-color: #C7E755;
}
</style>