Shades of Conifer #C6FB56
Tints of Conifer #C6FB56
RGB
CMYK
RGB Variations
Color information
#C6FB56 (or 0xC6FB56) is known color: Conifer. HEX triplet: C6, FB and 56. RGB value is (198,251,86). Sum of RGB (Red+Green+Blue) = 198+251+86=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FB56 is #3904A9. Grayscale: #D8D8D8. Windows color (decimal): -3736746 or 5700550. OLE color: 5700550.
HSL color Cylindrical-coordinate representation of color #C6FB56: hue angle of 79.27º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6FB56 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 86 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.02 |
| HSL | 79.27º | 0.95% | 0.66% | - |
| HSV(B) | 79.27º | 0.66% | 0.98% | - |
| XYZ | 59.47 | 81.67 | 21.43 | - |
| YUV | 216.34 | 54.44 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 86 | 0.21 | 0 | 0.66 | 0.02 | 79.27 | 0.95 | 0.66 |
| Hex | C6 | FB | 56 | 15 | 0 | 42 | 2 | 4F | 5F | 42 |
| Octal | 306 | 373 | 126 | 25 | 0 | 102 | 2 | 117 | 137 | 102 |
| Binary | 11000110 | 11111011 | 1010110 | 10101 | 0 | 1000010 | 10 | 1001111 | 1011111 | 1000010 |
Color Harmonies of #C6FB56
Complementary color
Monochromatic Colors of #C6FB56
Black with #C6FB56
Text Example
Text Example
White with #C6FB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB56; }
p { color: rgb(198,251,86); }
H1.HeaderClassName
{
color: #C6FB56;
}
.AnyTagClassName
{
color: #C6FB56;
}
</style>
background-color css
<style>
a { background-color: #C6FB56; }
a { background-color: rgb(198,251,86); }
div.DivClassName
{
background-color: #C6FB56;
}
.BgClassName
{
background-color: #C6FB56;
}
</style>
border-color css
<style>
span { border-color: #C6FB56; }
span { border-color: rgb(198,251,86); }
td.TdClassName
{
border-color: #C6FB56;
}
.TagClassName
{
border-color: #C6FB56;
}
</style>