Shades of Conifer #C0F160
Tints of Conifer #C0F160
RGB
CMYK
RGB Variations
Color information
#C0F160 (or 0xC0F160) is known color: Conifer. HEX triplet: C0, F1 and 60. RGB value is (192,241,96). Sum of RGB (Red+Green+Blue) = 192+241+96=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F160 is #3F0E9F. Grayscale: #D2D2D2. Windows color (decimal): -4132512 or 6353344. OLE color: 6353344.
HSL color Cylindrical-coordinate representation of color #C0F160: hue angle of 80.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0F160 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 241 | 96 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.05 |
| HSL | 80.28º | 0.84% | 0.66% | - |
| HSV(B) | 80.28º | 0.6% | 0.95% | - |
| XYZ | 55.3 | 74.96 | 22.62 | - |
| YUV | 209.82 | 63.77 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 241 | 96 | 0.20 | 0 | 0.60 | 0.05 | 80.28 | 0.84 | 0.66 |
| Hex | C0 | F1 | 60 | 14 | 0 | 3C | 5 | 50 | 54 | 42 |
| Octal | 300 | 361 | 140 | 24 | 0 | 74 | 5 | 120 | 124 | 102 |
| Binary | 11000000 | 11110001 | 1100000 | 10100 | 0 | 111100 | 101 | 1010000 | 1010100 | 1000010 |
Color Harmonies of #C0F160
Complementary color
Monochromatic Colors of #C0F160
Black with #C0F160
Text Example
Text Example
White with #C0F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F160; }
p { color: rgb(192,241,96); }
H1.HeaderClassName
{
color: #C0F160;
}
.AnyTagClassName
{
color: #C0F160;
}
</style>
background-color css
<style>
a { background-color: #C0F160; }
a { background-color: rgb(192,241,96); }
div.DivClassName
{
background-color: #C0F160;
}
.BgClassName
{
background-color: #C0F160;
}
</style>
border-color css
<style>
span { border-color: #C0F160; }
span { border-color: rgb(192,241,96); }
td.TdClassName
{
border-color: #C0F160;
}
.TagClassName
{
border-color: #C0F160;
}
</style>