Shades of Conifer #C0FC55
Tints of Conifer #C0FC55
RGB
CMYK
RGB Variations
Color information
#C0FC55 (or 0xC0FC55) is known color: Conifer. HEX triplet: C0, FC and 55. RGB value is (192,252,85). Sum of RGB (Red+Green+Blue) = 192+252+85=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FC55 is #3F03AA. Grayscale: #D7D7D7. Windows color (decimal): -4129707 or 5635264. OLE color: 5635264.
HSL color Cylindrical-coordinate representation of color #C0FC55: hue angle of 81.56º 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 #C0FC55 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 85 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.01 |
| HSL | 81.56º | 0.97% | 0.66% | - |
| HSV(B) | 81.56º | 0.66% | 0.99% | - |
| XYZ | 58.19 | 81.48 | 21.26 | - |
| YUV | 215.02 | 54.62 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 85 | 0.24 | 0 | 0.66 | 0.01 | 81.56 | 0.97 | 0.66 |
| Hex | C0 | FC | 55 | 18 | 0 | 42 | 1 | 52 | 61 | 42 |
| Octal | 300 | 374 | 125 | 30 | 0 | 102 | 1 | 122 | 141 | 102 |
| Binary | 11000000 | 11111100 | 1010101 | 11000 | 0 | 1000010 | 1 | 1010010 | 1100001 | 1000010 |
Color Harmonies of #C0FC55
Complementary color
Monochromatic Colors of #C0FC55
Black with #C0FC55
Text Example
Text Example
White with #C0FC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC55; }
p { color: rgb(192,252,85); }
H1.HeaderClassName
{
color: #C0FC55;
}
.AnyTagClassName
{
color: #C0FC55;
}
</style>
background-color css
<style>
a { background-color: #C0FC55; }
a { background-color: rgb(192,252,85); }
div.DivClassName
{
background-color: #C0FC55;
}
.BgClassName
{
background-color: #C0FC55;
}
</style>
border-color css
<style>
span { border-color: #C0FC55; }
span { border-color: rgb(192,252,85); }
td.TdClassName
{
border-color: #C0FC55;
}
.TagClassName
{
border-color: #C0FC55;
}
</style>