Shades of Conifer #C0FE56
Tints of Conifer #C0FE56
RGB
CMYK
RGB Variations
Color information
#C0FE56 (or 0xC0FE56) is known color: Conifer. HEX triplet: C0, FE and 56. RGB value is (192,254,86). Sum of RGB (Red+Green+Blue) = 192+254+86=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0FE56 is #3F01A9. Grayscale: #D8D8D8. Windows color (decimal): -4129194 or 5701312. OLE color: 5701312.
HSL color Cylindrical-coordinate representation of color #C0FE56: hue angle of 82.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0FE56 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 86 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.00 |
| HSL | 82.14º | 0.99% | 0.67% | - |
| HSV(B) | 82.14º | 0.66% | 1% | - |
| XYZ | 58.86 | 82.76 | 21.68 | - |
| YUV | 216.31 | 54.46 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 86 | 0.24 | 0 | 0.66 | 0.00 | 82.14 | 0.99 | 0.67 |
| Hex | C0 | FE | 56 | 18 | 0 | 42 | 0 | 52 | 63 | 43 |
| Octal | 300 | 376 | 126 | 30 | 0 | 102 | 0 | 122 | 143 | 103 |
| Binary | 11000000 | 11111110 | 1010110 | 11000 | 0 | 1000010 | 0 | 1010010 | 1100011 | 1000011 |
Color Harmonies of #C0FE56
Complementary color
Monochromatic Colors of #C0FE56
Black with #C0FE56
Text Example
Text Example
White with #C0FE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE56; }
p { color: rgb(192,254,86); }
H1.HeaderClassName
{
color: #C0FE56;
}
.AnyTagClassName
{
color: #C0FE56;
}
</style>
background-color css
<style>
a { background-color: #C0FE56; }
a { background-color: rgb(192,254,86); }
div.DivClassName
{
background-color: #C0FE56;
}
.BgClassName
{
background-color: #C0FE56;
}
</style>
border-color css
<style>
span { border-color: #C0FE56; }
span { border-color: rgb(192,254,86); }
td.TdClassName
{
border-color: #C0FE56;
}
.TagClassName
{
border-color: #C0FE56;
}
</style>