Shades of Conifer #C0E746
Tints of Conifer #C0E746
RGB
CMYK
RGB Variations
Color information
#C0E746 (or 0xC0E746) is known color: Conifer. HEX triplet: C0, E7 and 46. RGB value is (192,231,70). Sum of RGB (Red+Green+Blue) = 192+231+70=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 70 (27.73% from 255 or 14.20% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #C0E746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E746 is #3F18B9. Grayscale: #C9C9C9. Windows color (decimal): -4135098 or 4646848. OLE color: 4646848.
HSL color Cylindrical-coordinate representation of color #C0E746: hue angle of 74.53º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0E746 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 231 | 70 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.09 |
| HSL | 74.53º | 0.77% | 0.59% | - |
| HSV(B) | 74.53º | 0.7% | 0.91% | - |
| XYZ | 51.42 | 68.8 | 16.36 | - |
| YUV | 200.99 | 54.08 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 231 | 70 | 0.17 | 0 | 0.70 | 0.09 | 74.53 | 0.77 | 0.59 |
| Hex | C0 | E7 | 46 | 11 | 0 | 46 | 9 | 4B | 4D | 3B |
| Octal | 300 | 347 | 106 | 21 | 0 | 106 | 11 | 113 | 115 | 73 |
| Binary | 11000000 | 11100111 | 1000110 | 10001 | 0 | 1000110 | 1001 | 1001011 | 1001101 | 111011 |
Color Harmonies of #C0E746
Complementary color
Monochromatic Colors of #C0E746
Black with #C0E746
Text Example
Text Example
White with #C0E746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E746; }
p { color: rgb(192,231,70); }
H1.HeaderClassName
{
color: #C0E746;
}
.AnyTagClassName
{
color: #C0E746;
}
</style>
background-color css
<style>
a { background-color: #C0E746; }
a { background-color: rgb(192,231,70); }
div.DivClassName
{
background-color: #C0E746;
}
.BgClassName
{
background-color: #C0E746;
}
</style>
border-color css
<style>
span { border-color: #C0E746; }
span { border-color: rgb(192,231,70); }
td.TdClassName
{
border-color: #C0E746;
}
.TagClassName
{
border-color: #C0E746;
}
</style>