Shades of Conifer #C8FC56
Tints of Conifer #C8FC56
RGB
CMYK
RGB Variations
Color information
#C8FC56 (or 0xC8FC56) is known color: Conifer. HEX triplet: C8, FC and 56. RGB value is (200,252,86). Sum of RGB (Red+Green+Blue) = 200+252+86=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FC56 is #3703A9. Grayscale: #DADADA. Windows color (decimal): -3605418 or 5700808. OLE color: 5700808.
HSL color Cylindrical-coordinate representation of color #C8FC56: hue angle of 78.8º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8FC56 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 86 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.01 |
| HSL | 78.8º | 0.97% | 0.66% | - |
| HSV(B) | 78.8º | 0.66% | 0.99% | - |
| XYZ | 60.31 | 82.57 | 21.56 | - |
| YUV | 217.53 | 53.77 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 86 | 0.21 | 0 | 0.66 | 0.01 | 78.8 | 0.97 | 0.66 |
| Hex | C8 | FC | 56 | 15 | 0 | 42 | 1 | 4F | 61 | 42 |
| Octal | 310 | 374 | 126 | 25 | 0 | 102 | 1 | 117 | 141 | 102 |
| Binary | 11001000 | 11111100 | 1010110 | 10101 | 0 | 1000010 | 1 | 1001111 | 1100001 | 1000010 |
Color Harmonies of #C8FC56
Complementary color
Monochromatic Colors of #C8FC56
Black with #C8FC56
Text Example
Text Example
White with #C8FC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC56; }
p { color: rgb(200,252,86); }
H1.HeaderClassName
{
color: #C8FC56;
}
.AnyTagClassName
{
color: #C8FC56;
}
</style>
background-color css
<style>
a { background-color: #C8FC56; }
a { background-color: rgb(200,252,86); }
div.DivClassName
{
background-color: #C8FC56;
}
.BgClassName
{
background-color: #C8FC56;
}
</style>
border-color css
<style>
span { border-color: #C8FC56; }
span { border-color: rgb(200,252,86); }
td.TdClassName
{
border-color: #C8FC56;
}
.TagClassName
{
border-color: #C8FC56;
}
</style>