Shades of Conifer #C0F456
Tints of Conifer #C0F456
RGB
CMYK
RGB Variations
Color information
#C0F456 (or 0xC0F456) is known color: Conifer. HEX triplet: C0, F4 and 56. RGB value is (192,244,86). Sum of RGB (Red+Green+Blue) = 192+244+86=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 86 (33.98% from 255 or 16.48% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F456 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F456 is #3F0BA9. Grayscale: #D3D3D3. Windows color (decimal): -4131754 or 5698752. OLE color: 5698752.
HSL color Cylindrical-coordinate representation of color #C0F456: hue angle of 79.75º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0F456 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 86 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.04 |
| HSL | 79.75º | 0.88% | 0.65% | - |
| HSV(B) | 79.75º | 0.65% | 0.96% | - |
| XYZ | 55.77 | 76.58 | 20.65 | - |
| YUV | 210.44 | 57.77 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 86 | 0.21 | 0 | 0.65 | 0.04 | 79.75 | 0.88 | 0.65 |
| Hex | C0 | F4 | 56 | 15 | 0 | 41 | 4 | 50 | 58 | 41 |
| Octal | 300 | 364 | 126 | 25 | 0 | 101 | 4 | 120 | 130 | 101 |
| Binary | 11000000 | 11110100 | 1010110 | 10101 | 0 | 1000001 | 100 | 1010000 | 1011000 | 1000001 |
Color Harmonies of #C0F456
Complementary color
Monochromatic Colors of #C0F456
Black with #C0F456
Text Example
Text Example
White with #C0F456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F456; }
p { color: rgb(192,244,86); }
H1.HeaderClassName
{
color: #C0F456;
}
.AnyTagClassName
{
color: #C0F456;
}
</style>
background-color css
<style>
a { background-color: #C0F456; }
a { background-color: rgb(192,244,86); }
div.DivClassName
{
background-color: #C0F456;
}
.BgClassName
{
background-color: #C0F456;
}
</style>
border-color css
<style>
span { border-color: #C0F456; }
span { border-color: rgb(192,244,86); }
td.TdClassName
{
border-color: #C0F456;
}
.TagClassName
{
border-color: #C0F456;
}
</style>