Shades of Conifer #C0E646
Tints of Conifer #C0E646
RGB
CMYK
RGB Variations
Color information
#C0E646 (or 0xC0E646) is known color: Conifer. HEX triplet: C0, E6 and 46. RGB value is (192,230,70). Sum of RGB (Red+Green+Blue) = 192+230+70=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 70 (27.73% from 255 or 14.23% from 492); Max value from RGB is 230 - color contains mainly: green. Hex color #C0E646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0E646 is #3F19B9. Grayscale: #C8C8C8. Windows color (decimal): -4135354 or 4646592. OLE color: 4646592.
HSL color Cylindrical-coordinate representation of color #C0E646: hue angle of 74.25º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0E646 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 230 | 70 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.10 |
| HSL | 74.25º | 0.76% | 0.59% | - |
| HSV(B) | 74.25º | 0.7% | 0.9% | - |
| XYZ | 51.14 | 68.24 | 16.27 | - |
| YUV | 200.4 | 54.41 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 70 | 0.17 | 0 | 0.70 | 0.10 | 74.25 | 0.76 | 0.59 |
| Hex | C0 | E6 | 46 | 11 | 0 | 46 | A | 4A | 4C | 3B |
| Octal | 300 | 346 | 106 | 21 | 0 | 106 | 12 | 112 | 114 | 73 |
| Binary | 11000000 | 11100110 | 1000110 | 10001 | 0 | 1000110 | 1010 | 1001010 | 1001100 | 111011 |
Color Harmonies of #C0E646
Complementary color
Monochromatic Colors of #C0E646
Black with #C0E646
Text Example
Text Example
White with #C0E646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E646; }
p { color: rgb(192,230,70); }
H1.HeaderClassName
{
color: #C0E646;
}
.AnyTagClassName
{
color: #C0E646;
}
</style>
background-color css
<style>
a { background-color: #C0E646; }
a { background-color: rgb(192,230,70); }
div.DivClassName
{
background-color: #C0E646;
}
.BgClassName
{
background-color: #C0E646;
}
</style>
border-color css
<style>
span { border-color: #C0E646; }
span { border-color: rgb(192,230,70); }
td.TdClassName
{
border-color: #C0E646;
}
.TagClassName
{
border-color: #C0E646;
}
</style>