Shades of Conifer #C0F65B
Tints of Conifer #C0F65B
RGB
CMYK
RGB Variations
Color information
#C0F65B (or 0xC0F65B) is known color: Conifer. HEX triplet: C0, F6 and 5B. RGB value is (192,246,91). Sum of RGB (Red+Green+Blue) = 192+246+91=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #C0F65B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F65B is #3F09A4. Grayscale: #D4D4D4. Windows color (decimal): -4131237 or 6026944. OLE color: 6026944.
HSL color Cylindrical-coordinate representation of color #C0F65B: hue angle of 80.9º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0F65B is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 246 | 91 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.04 |
| HSL | 80.9º | 0.9% | 0.66% | - |
| HSV(B) | 80.9º | 0.63% | 0.96% | - |
| XYZ | 56.58 | 77.87 | 21.95 | - |
| YUV | 212.18 | 59.61 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 246 | 91 | 0.22 | 0 | 0.63 | 0.04 | 80.9 | 0.9 | 0.66 |
| Hex | C0 | F6 | 5B | 16 | 0 | 3F | 4 | 51 | 5A | 42 |
| Octal | 300 | 366 | 133 | 26 | 0 | 77 | 4 | 121 | 132 | 102 |
| Binary | 11000000 | 11110110 | 1011011 | 10110 | 0 | 111111 | 100 | 1010001 | 1011010 | 1000010 |
Color Harmonies of #C0F65B
Complementary color
Monochromatic Colors of #C0F65B
Black with #C0F65B
Text Example
Text Example
White with #C0F65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F65B; }
p { color: rgb(192,246,91); }
H1.HeaderClassName
{
color: #C0F65B;
}
.AnyTagClassName
{
color: #C0F65B;
}
</style>
background-color css
<style>
a { background-color: #C0F65B; }
a { background-color: rgb(192,246,91); }
div.DivClassName
{
background-color: #C0F65B;
}
.BgClassName
{
background-color: #C0F65B;
}
</style>
border-color css
<style>
span { border-color: #C0F65B; }
span { border-color: rgb(192,246,91); }
td.TdClassName
{
border-color: #C0F65B;
}
.TagClassName
{
border-color: #C0F65B;
}
</style>