Shades of Conifer #C8FA55
Tints of Conifer #C8FA55
RGB
CMYK
RGB Variations
Color information
#C8FA55 (or 0xC8FA55) is known color: Conifer. HEX triplet: C8, FA and 55. RGB value is (200,250,85). Sum of RGB (Red+Green+Blue) = 200+250+85=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA55 is #3705AA. Grayscale: #D8D8D8. Windows color (decimal): -3605931 or 5634760. OLE color: 5634760.
HSL color Cylindrical-coordinate representation of color #C8FA55: hue angle of 78.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8FA55 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 85 | - |
| CMYK | 0.2 | 0 | 0.66 | 0.02 |
| HSL | 78.18º | 0.94% | 0.66% | - |
| HSV(B) | 78.18º | 0.66% | 0.98% | - |
| XYZ | 59.64 | 81.31 | 21.14 | - |
| YUV | 216.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 85 | 0.2 | 0 | 0.66 | 0.02 | 78.18 | 0.94 | 0.66 |
| Hex | C8 | FA | 55 | 14 | 0 | 42 | 2 | 4E | 5E | 42 |
| Octal | 310 | 372 | 125 | 24 | 0 | 102 | 2 | 116 | 136 | 102 |
| Binary | 11001000 | 11111010 | 1010101 | 10100 | 0 | 1000010 | 10 | 1001110 | 1011110 | 1000010 |
Color Harmonies of #C8FA55
Complementary color
Monochromatic Colors of #C8FA55
Black with #C8FA55
Text Example
Text Example
White with #C8FA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA55; }
p { color: rgb(200,250,85); }
H1.HeaderClassName
{
color: #C8FA55;
}
.AnyTagClassName
{
color: #C8FA55;
}
</style>
background-color css
<style>
a { background-color: #C8FA55; }
a { background-color: rgb(200,250,85); }
div.DivClassName
{
background-color: #C8FA55;
}
.BgClassName
{
background-color: #C8FA55;
}
</style>
border-color css
<style>
span { border-color: #C8FA55; }
span { border-color: rgb(200,250,85); }
td.TdClassName
{
border-color: #C8FA55;
}
.TagClassName
{
border-color: #C8FA55;
}
</style>