Shades of Conifer #C0F249
Tints of Conifer #C0F249
RGB
CMYK
RGB Variations
Color information
#C0F249 (or 0xC0F249) is known color: Conifer. HEX triplet: C0, F2 and 49. RGB value is (192,242,73). Sum of RGB (Red+Green+Blue) = 192+242+73=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F249 is #3F0DB6. Grayscale: #D0D0D0. Windows color (decimal): -4132279 or 4846272. OLE color: 4846272.
HSL color Cylindrical-coordinate representation of color #C0F249: hue angle of 77.75º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0F249 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 73 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.05 |
| HSL | 77.75º | 0.87% | 0.62% | - |
| HSV(B) | 77.75º | 0.7% | 0.95% | - |
| XYZ | 54.69 | 75.19 | 17.93 | - |
| YUV | 207.78 | 51.94 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 73 | 0.21 | 0 | 0.70 | 0.05 | 77.75 | 0.87 | 0.62 |
| Hex | C0 | F2 | 49 | 15 | 0 | 46 | 5 | 4E | 57 | 3E |
| Octal | 300 | 362 | 111 | 25 | 0 | 106 | 5 | 116 | 127 | 76 |
| Binary | 11000000 | 11110010 | 1001001 | 10101 | 0 | 1000110 | 101 | 1001110 | 1010111 | 111110 |
Color Harmonies of #C0F249
Complementary color
Monochromatic Colors of #C0F249
Black with #C0F249
Text Example
Text Example
White with #C0F249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F249; }
p { color: rgb(192,242,73); }
H1.HeaderClassName
{
color: #C0F249;
}
.AnyTagClassName
{
color: #C0F249;
}
</style>
background-color css
<style>
a { background-color: #C0F249; }
a { background-color: rgb(192,242,73); }
div.DivClassName
{
background-color: #C0F249;
}
.BgClassName
{
background-color: #C0F249;
}
</style>
border-color css
<style>
span { border-color: #C0F249; }
span { border-color: rgb(192,242,73); }
td.TdClassName
{
border-color: #C0F249;
}
.TagClassName
{
border-color: #C0F249;
}
</style>