Shades of Conifer #C0F149
Tints of Conifer #C0F149
RGB
CMYK
RGB Variations
Color information
#C0F149 (or 0xC0F149) is known color: Conifer. HEX triplet: C0, F1 and 49. RGB value is (192,241,73). Sum of RGB (Red+Green+Blue) = 192+241+73=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 73 (28.91% from 255 or 14.43% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F149 is #3F0EB6. Grayscale: #CFCFCF. Windows color (decimal): -4132535 or 4846016. OLE color: 4846016.
HSL color Cylindrical-coordinate representation of color #C0F149: hue angle of 77.5º degrees, saturation: 0.86, 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 #C0F149 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 73 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.05 |
| HSL | 77.5º | 0.86% | 0.62% | - |
| HSV(B) | 77.5º | 0.7% | 0.95% | - |
| XYZ | 54.4 | 74.6 | 17.84 | - |
| YUV | 207.2 | 52.27 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 73 | 0.20 | 0 | 0.70 | 0.05 | 77.5 | 0.86 | 0.62 |
| Hex | C0 | F1 | 49 | 14 | 0 | 46 | 5 | 4E | 56 | 3E |
| Octal | 300 | 361 | 111 | 24 | 0 | 106 | 5 | 116 | 126 | 76 |
| Binary | 11000000 | 11110001 | 1001001 | 10100 | 0 | 1000110 | 101 | 1001110 | 1010110 | 111110 |
Color Harmonies of #C0F149
Complementary color
Monochromatic Colors of #C0F149
Black with #C0F149
Text Example
Text Example
White with #C0F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F149; }
p { color: rgb(192,241,73); }
H1.HeaderClassName
{
color: #C0F149;
}
.AnyTagClassName
{
color: #C0F149;
}
</style>
background-color css
<style>
a { background-color: #C0F149; }
a { background-color: rgb(192,241,73); }
div.DivClassName
{
background-color: #C0F149;
}
.BgClassName
{
background-color: #C0F149;
}
</style>
border-color css
<style>
span { border-color: #C0F149; }
span { border-color: rgb(192,241,73); }
td.TdClassName
{
border-color: #C0F149;
}
.TagClassName
{
border-color: #C0F149;
}
</style>