Shades of Conifer #C7ED55
Tints of Conifer #C7ED55
RGB
CMYK
RGB Variations
Color information
#C7ED55 (or 0xC7ED55) is known color: Conifer. HEX triplet: C7, ED and 55. RGB value is (199,237,85). Sum of RGB (Red+Green+Blue) = 199+237+85=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 85 (33.59% from 255 or 16.31% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7ED55 is #3812AA. Grayscale: #D0D0D0. Windows color (decimal): -3674795 or 5631431. OLE color: 5631431.
HSL color Cylindrical-coordinate representation of color #C7ED55: hue angle of 75º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7ED55 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 237 | 85 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.07 |
| HSL | 75º | 0.81% | 0.63% | - |
| HSV(B) | 75º | 0.64% | 0.93% | - |
| XYZ | 55.48 | 73.37 | 19.83 | - |
| YUV | 208.31 | 58.41 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 237 | 85 | 0.16 | 0 | 0.64 | 0.07 | 75 | 0.81 | 0.63 |
| Hex | C7 | ED | 55 | 10 | 0 | 40 | 7 | 4B | 51 | 3F |
| Octal | 307 | 355 | 125 | 20 | 0 | 100 | 7 | 113 | 121 | 77 |
| Binary | 11000111 | 11101101 | 1010101 | 10000 | 0 | 1000000 | 111 | 1001011 | 1010001 | 111111 |
Color Harmonies of #C7ED55
Complementary color
Monochromatic Colors of #C7ED55
Black with #C7ED55
Text Example
Text Example
White with #C7ED55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ED55; }
p { color: rgb(199,237,85); }
H1.HeaderClassName
{
color: #C7ED55;
}
.AnyTagClassName
{
color: #C7ED55;
}
</style>
background-color css
<style>
a { background-color: #C7ED55; }
a { background-color: rgb(199,237,85); }
div.DivClassName
{
background-color: #C7ED55;
}
.BgClassName
{
background-color: #C7ED55;
}
</style>
border-color css
<style>
span { border-color: #C7ED55; }
span { border-color: rgb(199,237,85); }
td.TdClassName
{
border-color: #C7ED55;
}
.TagClassName
{
border-color: #C7ED55;
}
</style>