Shades of Conifer #C0F549
Tints of Conifer #C0F549
RGB
CMYK
RGB Variations
Color information
#C0F549 (or 0xC0F549) is known color: Conifer. HEX triplet: C0, F5 and 49. RGB value is (192,245,73). Sum of RGB (Red+Green+Blue) = 192+245+73=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F549 is #3F0AB6. Grayscale: #D2D2D2. Windows color (decimal): -4131511 or 4847040. OLE color: 4847040.
HSL color Cylindrical-coordinate representation of color #C0F549: hue angle of 78.49º degrees, saturation: 0.9, 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 #C0F549 is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 73 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.04 |
| HSL | 78.49º | 0.9% | 0.62% | - |
| HSV(B) | 78.49º | 0.7% | 0.96% | - |
| XYZ | 55.59 | 76.99 | 18.23 | - |
| YUV | 209.55 | 50.94 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 73 | 0.22 | 0 | 0.70 | 0.04 | 78.49 | 0.9 | 0.62 |
| Hex | C0 | F5 | 49 | 16 | 0 | 46 | 4 | 4E | 5A | 3E |
| Octal | 300 | 365 | 111 | 26 | 0 | 106 | 4 | 116 | 132 | 76 |
| Binary | 11000000 | 11110101 | 1001001 | 10110 | 0 | 1000110 | 100 | 1001110 | 1011010 | 111110 |
Color Harmonies of #C0F549
Complementary color
Monochromatic Colors of #C0F549
Black with #C0F549
Text Example
Text Example
White with #C0F549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F549; }
p { color: rgb(192,245,73); }
H1.HeaderClassName
{
color: #C0F549;
}
.AnyTagClassName
{
color: #C0F549;
}
</style>
background-color css
<style>
a { background-color: #C0F549; }
a { background-color: rgb(192,245,73); }
div.DivClassName
{
background-color: #C0F549;
}
.BgClassName
{
background-color: #C0F549;
}
</style>
border-color css
<style>
span { border-color: #C0F549; }
span { border-color: rgb(192,245,73); }
td.TdClassName
{
border-color: #C0F549;
}
.TagClassName
{
border-color: #C0F549;
}
</style>