Shades of Conifer #C7E955
Tints of Conifer #C7E955
RGB
CMYK
RGB Variations
Color information
#C7E955 (or 0xC7E955) is known color: Conifer. HEX triplet: C7, E9 and 55. RGB value is (199,233,85). Sum of RGB (Red+Green+Blue) = 199+233+85=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E955 is #3816AA. Grayscale: #CECECE. Windows color (decimal): -3675819 or 5630407. OLE color: 5630407.
HSL color Cylindrical-coordinate representation of color #C7E955: hue angle of 73.78º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7E955 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 85 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.09 |
| HSL | 73.78º | 0.77% | 0.62% | - |
| HSV(B) | 73.78º | 0.64% | 0.91% | - |
| XYZ | 54.33 | 71.08 | 19.45 | - |
| YUV | 205.96 | 59.74 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 85 | 0.15 | 0 | 0.64 | 0.09 | 73.78 | 0.77 | 0.62 |
| Hex | C7 | E9 | 55 | F | 0 | 40 | 9 | 4A | 4D | 3E |
| Octal | 307 | 351 | 125 | 17 | 0 | 100 | 11 | 112 | 115 | 76 |
| Binary | 11000111 | 11101001 | 1010101 | 1111 | 0 | 1000000 | 1001 | 1001010 | 1001101 | 111110 |
Color Harmonies of #C7E955
Complementary color
Monochromatic Colors of #C7E955
Black with #C7E955
Text Example
Text Example
White with #C7E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E955; }
p { color: rgb(199,233,85); }
H1.HeaderClassName
{
color: #C7E955;
}
.AnyTagClassName
{
color: #C7E955;
}
</style>
background-color css
<style>
a { background-color: #C7E955; }
a { background-color: rgb(199,233,85); }
div.DivClassName
{
background-color: #C7E955;
}
.BgClassName
{
background-color: #C7E955;
}
</style>
border-color css
<style>
span { border-color: #C7E955; }
span { border-color: rgb(199,233,85); }
td.TdClassName
{
border-color: #C7E955;
}
.TagClassName
{
border-color: #C7E955;
}
</style>