Shades of Conifer #C8EB56
Tints of Conifer #C8EB56
RGB
CMYK
RGB Variations
Color information
#C8EB56 (or 0xC8EB56) is known color: Conifer. HEX triplet: C8, EB and 56. RGB value is (200,235,86). Sum of RGB (Red+Green+Blue) = 200+235+86=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EB56 is #3714A9. Grayscale: #D0D0D0. Windows color (decimal): -3609770 or 5696456. OLE color: 5696456.
HSL color Cylindrical-coordinate representation of color #C8EB56: hue angle of 74.09º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8EB56 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 86 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.08 |
| HSL | 74.09º | 0.79% | 0.63% | - |
| HSV(B) | 74.09º | 0.63% | 0.92% | - |
| XYZ | 55.21 | 72.37 | 19.86 | - |
| YUV | 207.55 | 59.4 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 86 | 0.15 | 0 | 0.63 | 0.08 | 74.09 | 0.79 | 0.63 |
| Hex | C8 | EB | 56 | F | 0 | 3F | 8 | 4A | 4F | 3F |
| Octal | 310 | 353 | 126 | 17 | 0 | 77 | 10 | 112 | 117 | 77 |
| Binary | 11001000 | 11101011 | 1010110 | 1111 | 0 | 111111 | 1000 | 1001010 | 1001111 | 111111 |
Color Harmonies of #C8EB56
Complementary color
Monochromatic Colors of #C8EB56
Black with #C8EB56
Text Example
Text Example
White with #C8EB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB56; }
p { color: rgb(200,235,86); }
H1.HeaderClassName
{
color: #C8EB56;
}
.AnyTagClassName
{
color: #C8EB56;
}
</style>
background-color css
<style>
a { background-color: #C8EB56; }
a { background-color: rgb(200,235,86); }
div.DivClassName
{
background-color: #C8EB56;
}
.BgClassName
{
background-color: #C8EB56;
}
</style>
border-color css
<style>
span { border-color: #C8EB56; }
span { border-color: rgb(200,235,86); }
td.TdClassName
{
border-color: #C8EB56;
}
.TagClassName
{
border-color: #C8EB56;
}
</style>