Shades of Conifer #C5F756
Tints of Conifer #C5F756
RGB
CMYK
RGB Variations
Color information
#C5F756 (or 0xC5F756) is known color: Conifer. HEX triplet: C5, F7 and 56. RGB value is (197,247,86). Sum of RGB (Red+Green+Blue) = 197+247+86=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F756 is #3A08A9. Grayscale: #D6D6D6. Windows color (decimal): -3803306 or 5699525. OLE color: 5699525.
HSL color Cylindrical-coordinate representation of color #C5F756: hue angle of 78.63º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5F756 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 86 | - |
| CMYK | 0.20 | 0 | 0.65 | 0.03 |
| HSL | 78.63º | 0.91% | 0.65% | - |
| HSV(B) | 78.63º | 0.65% | 0.97% | - |
| XYZ | 57.97 | 79.06 | 21.01 | - |
| YUV | 213.7 | 55.94 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 86 | 0.20 | 0 | 0.65 | 0.03 | 78.63 | 0.91 | 0.65 |
| Hex | C5 | F7 | 56 | 14 | 0 | 41 | 3 | 4F | 5B | 41 |
| Octal | 305 | 367 | 126 | 24 | 0 | 101 | 3 | 117 | 133 | 101 |
| Binary | 11000101 | 11110111 | 1010110 | 10100 | 0 | 1000001 | 11 | 1001111 | 1011011 | 1000001 |
Color Harmonies of #C5F756
Complementary color
Monochromatic Colors of #C5F756
Black with #C5F756
Text Example
Text Example
White with #C5F756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F756; }
p { color: rgb(197,247,86); }
H1.HeaderClassName
{
color: #C5F756;
}
.AnyTagClassName
{
color: #C5F756;
}
</style>
background-color css
<style>
a { background-color: #C5F756; }
a { background-color: rgb(197,247,86); }
div.DivClassName
{
background-color: #C5F756;
}
.BgClassName
{
background-color: #C5F756;
}
</style>
border-color css
<style>
span { border-color: #C5F756; }
span { border-color: rgb(197,247,86); }
td.TdClassName
{
border-color: #C5F756;
}
.TagClassName
{
border-color: #C5F756;
}
</style>