Shades of Conifer #C0F851
Tints of Conifer #C0F851
RGB
CMYK
RGB Variations
Color information
#C0F851 (or 0xC0F851) is known color: Conifer. HEX triplet: C0, F8 and 51. RGB value is (192,248,81). Sum of RGB (Red+Green+Blue) = 192+248+81=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F851 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F851 is #3F07AE. Grayscale: #D4D4D4. Windows color (decimal): -4130735 or 5372096. OLE color: 5372096.
HSL color Cylindrical-coordinate representation of color #C0F851: hue angle of 80.12º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0F851 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 248 | 81 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.03 |
| HSL | 80.12º | 0.92% | 0.65% | - |
| HSV(B) | 80.12º | 0.67% | 0.97% | - |
| XYZ | 56.79 | 78.94 | 20.03 | - |
| YUV | 212.22 | 53.95 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 248 | 81 | 0.23 | 0 | 0.67 | 0.03 | 80.12 | 0.92 | 0.65 |
| Hex | C0 | F8 | 51 | 17 | 0 | 43 | 3 | 50 | 5C | 41 |
| Octal | 300 | 370 | 121 | 27 | 0 | 103 | 3 | 120 | 134 | 101 |
| Binary | 11000000 | 11111000 | 1010001 | 10111 | 0 | 1000011 | 11 | 1010000 | 1011100 | 1000001 |
Color Harmonies of #C0F851
Complementary color
Monochromatic Colors of #C0F851
Black with #C0F851
Text Example
Text Example
White with #C0F851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F851; }
p { color: rgb(192,248,81); }
H1.HeaderClassName
{
color: #C0F851;
}
.AnyTagClassName
{
color: #C0F851;
}
</style>
background-color css
<style>
a { background-color: #C0F851; }
a { background-color: rgb(192,248,81); }
div.DivClassName
{
background-color: #C0F851;
}
.BgClassName
{
background-color: #C0F851;
}
</style>
border-color css
<style>
span { border-color: #C0F851; }
span { border-color: rgb(192,248,81); }
td.TdClassName
{
border-color: #C0F851;
}
.TagClassName
{
border-color: #C0F851;
}
</style>