Shades of Conifer #C0F94E
Tints of Conifer #C0F94E
RGB
CMYK
RGB Variations
Color information
#C0F94E (or 0xC0F94E) is known color: Conifer. HEX triplet: C0, F9 and 4E. RGB value is (192,249,78). Sum of RGB (Red+Green+Blue) = 192+249+78=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #C0F94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F94E is #3F06B1. Grayscale: #D5D5D5. Windows color (decimal): -4130482 or 5175744. OLE color: 5175744.
HSL color Cylindrical-coordinate representation of color #C0F94E: hue angle of 80º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0F94E is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 249 | 78 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.02 |
| HSL | 80º | 0.93% | 0.64% | - |
| HSV(B) | 80º | 0.69% | 0.98% | - |
| XYZ | 56.99 | 79.51 | 19.55 | - |
| YUV | 212.46 | 52.12 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 78 | 0.23 | 0 | 0.69 | 0.02 | 80 | 0.93 | 0.64 |
| Hex | C0 | F9 | 4E | 17 | 0 | 45 | 2 | 50 | 5D | 40 |
| Octal | 300 | 371 | 116 | 27 | 0 | 105 | 2 | 120 | 135 | 100 |
| Binary | 11000000 | 11111001 | 1001110 | 10111 | 0 | 1000101 | 10 | 1010000 | 1011101 | 1000000 |
Color Harmonies of #C0F94E
Complementary color
Monochromatic Colors of #C0F94E
Black with #C0F94E
Text Example
Text Example
White with #C0F94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F94E; }
p { color: rgb(192,249,78); }
H1.HeaderClassName
{
color: #C0F94E;
}
.AnyTagClassName
{
color: #C0F94E;
}
</style>
background-color css
<style>
a { background-color: #C0F94E; }
a { background-color: rgb(192,249,78); }
div.DivClassName
{
background-color: #C0F94E;
}
.BgClassName
{
background-color: #C0F94E;
}
</style>
border-color css
<style>
span { border-color: #C0F94E; }
span { border-color: rgb(192,249,78); }
td.TdClassName
{
border-color: #C0F94E;
}
.TagClassName
{
border-color: #C0F94E;
}
</style>