Shades of Conifer #C0F356
Tints of Conifer #C0F356
RGB
CMYK
RGB Variations
Color information
#C0F356 (or 0xC0F356) is known color: Conifer. HEX triplet: C0, F3 and 56. RGB value is (192,243,86). Sum of RGB (Red+Green+Blue) = 192+243+86=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C0F356 is #3F0CA9. Grayscale: #D2D2D2. Windows color (decimal): -4132010 or 5698496. OLE color: 5698496.
HSL color Cylindrical-coordinate representation of color #C0F356: hue angle of 79.49º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0F356 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 86 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.05 |
| HSL | 79.49º | 0.87% | 0.65% | - |
| HSV(B) | 79.49º | 0.65% | 0.95% | - |
| XYZ | 55.47 | 75.98 | 20.55 | - |
| YUV | 209.85 | 58.1 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 86 | 0.21 | 0 | 0.65 | 0.05 | 79.49 | 0.87 | 0.65 |
| Hex | C0 | F3 | 56 | 15 | 0 | 41 | 5 | 4F | 57 | 41 |
| Octal | 300 | 363 | 126 | 25 | 0 | 101 | 5 | 117 | 127 | 101 |
| Binary | 11000000 | 11110011 | 1010110 | 10101 | 0 | 1000001 | 101 | 1001111 | 1010111 | 1000001 |
Color Harmonies of #C0F356
Complementary color
Monochromatic Colors of #C0F356
Black with #C0F356
Text Example
Text Example
White with #C0F356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F356; }
p { color: rgb(192,243,86); }
H1.HeaderClassName
{
color: #C0F356;
}
.AnyTagClassName
{
color: #C0F356;
}
</style>
background-color css
<style>
a { background-color: #C0F356; }
a { background-color: rgb(192,243,86); }
div.DivClassName
{
background-color: #C0F356;
}
.BgClassName
{
background-color: #C0F356;
}
</style>
border-color css
<style>
span { border-color: #C0F356; }
span { border-color: rgb(192,243,86); }
td.TdClassName
{
border-color: #C0F356;
}
.TagClassName
{
border-color: #C0F356;
}
</style>