Shades of Conifer #C0F35E
Tints of Conifer #C0F35E
RGB
CMYK
RGB Variations
Color information
#C0F35E (or 0xC0F35E) is known color: Conifer. HEX triplet: C0, F3 and 5E. RGB value is (192,243,94). Sum of RGB (Red+Green+Blue) = 192+243+94=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F35E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F35E is #3F0CA1. Grayscale: #D3D3D3. Windows color (decimal): -4132002 or 6222784. OLE color: 6222784.
HSL color Cylindrical-coordinate representation of color #C0F35E: hue angle of 80.54º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0F35E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 94 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.05 |
| HSL | 80.54º | 0.86% | 0.66% | - |
| HSV(B) | 80.54º | 0.61% | 0.95% | - |
| XYZ | 55.81 | 76.12 | 22.34 | - |
| YUV | 210.77 | 62.1 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 94 | 0.21 | 0 | 0.61 | 0.05 | 80.54 | 0.86 | 0.66 |
| Hex | C0 | F3 | 5E | 15 | 0 | 3D | 5 | 51 | 56 | 42 |
| Octal | 300 | 363 | 136 | 25 | 0 | 75 | 5 | 121 | 126 | 102 |
| Binary | 11000000 | 11110011 | 1011110 | 10101 | 0 | 111101 | 101 | 1010001 | 1010110 | 1000010 |
Color Harmonies of #C0F35E
Complementary color
Monochromatic Colors of #C0F35E
Black with #C0F35E
Text Example
Text Example
White with #C0F35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F35E; }
p { color: rgb(192,243,94); }
H1.HeaderClassName
{
color: #C0F35E;
}
.AnyTagClassName
{
color: #C0F35E;
}
</style>
background-color css
<style>
a { background-color: #C0F35E; }
a { background-color: rgb(192,243,94); }
div.DivClassName
{
background-color: #C0F35E;
}
.BgClassName
{
background-color: #C0F35E;
}
</style>
border-color css
<style>
span { border-color: #C0F35E; }
span { border-color: rgb(192,243,94); }
td.TdClassName
{
border-color: #C0F35E;
}
.TagClassName
{
border-color: #C0F35E;
}
</style>