Shades of Conifer #C0F449
Tints of Conifer #C0F449
RGB
CMYK
RGB Variations
Color information
#C0F449 (or 0xC0F449) is known color: Conifer. HEX triplet: C0, F4 and 49. RGB value is (192,244,73). Sum of RGB (Red+Green+Blue) = 192+244+73=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F449 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F449 is #3F0BB6. Grayscale: #D1D1D1. Windows color (decimal): -4131767 or 4846784. OLE color: 4846784.
HSL color Cylindrical-coordinate representation of color #C0F449: hue angle of 78.25º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0F449 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 73 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.04 |
| HSL | 78.25º | 0.89% | 0.62% | - |
| HSV(B) | 78.25º | 0.7% | 0.96% | - |
| XYZ | 55.29 | 76.39 | 18.13 | - |
| YUV | 208.96 | 51.27 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 73 | 0.21 | 0 | 0.70 | 0.04 | 78.25 | 0.89 | 0.62 |
| Hex | C0 | F4 | 49 | 15 | 0 | 46 | 4 | 4E | 59 | 3E |
| Octal | 300 | 364 | 111 | 25 | 0 | 106 | 4 | 116 | 131 | 76 |
| Binary | 11000000 | 11110100 | 1001001 | 10101 | 0 | 1000110 | 100 | 1001110 | 1011001 | 111110 |
Color Harmonies of #C0F449
Complementary color
Monochromatic Colors of #C0F449
Black with #C0F449
Text Example
Text Example
White with #C0F449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F449; }
p { color: rgb(192,244,73); }
H1.HeaderClassName
{
color: #C0F449;
}
.AnyTagClassName
{
color: #C0F449;
}
</style>
background-color css
<style>
a { background-color: #C0F449; }
a { background-color: rgb(192,244,73); }
div.DivClassName
{
background-color: #C0F449;
}
.BgClassName
{
background-color: #C0F449;
}
</style>
border-color css
<style>
span { border-color: #C0F449; }
span { border-color: rgb(192,244,73); }
td.TdClassName
{
border-color: #C0F449;
}
.TagClassName
{
border-color: #C0F449;
}
</style>