Shades of Manz #CFD856
Tints of Manz #CFD856
RGB
CMYK
RGB Variations
Color information
#CFD856 (or 0xCFD856) is known color: Manz. HEX triplet: CF, D8 and 56. RGB value is (207,216,86). Sum of RGB (Red+Green+Blue) = 207+216+86=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 86 (33.98% from 255 or 16.90% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD856 is #3027A9. Grayscale: #C7C7C7. Windows color (decimal): -3155882 or 5691599. OLE color: 5691599.
HSL color Cylindrical-coordinate representation of color #CFD856: hue angle of 64.15º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFD856 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 86 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.15 |
| HSL | 64.15º | 0.63% | 0.59% | - |
| HSV(B) | 64.15º | 0.6% | 0.85% | - |
| XYZ | 51.97 | 63.05 | 18.23 | - |
| YUV | 198.49 | 64.52 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 86 | 0.04 | 0 | 0.60 | 0.15 | 64.15 | 0.63 | 0.59 |
| Hex | CF | D8 | 56 | 4 | 0 | 3C | F | 40 | 3E | 3B |
| Octal | 317 | 330 | 126 | 4 | 0 | 74 | 17 | 100 | 76 | 73 |
| Binary | 11001111 | 11011000 | 1010110 | 100 | 0 | 111100 | 1111 | 1000000 | 111110 | 111011 |
Color Harmonies of #CFD856
Complementary color
Monochromatic Colors of #CFD856
Black with #CFD856
Text Example
Text Example
White with #CFD856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD856; }
p { color: rgb(207,216,86); }
H1.HeaderClassName
{
color: #CFD856;
}
.AnyTagClassName
{
color: #CFD856;
}
</style>
background-color css
<style>
a { background-color: #CFD856; }
a { background-color: rgb(207,216,86); }
div.DivClassName
{
background-color: #CFD856;
}
.BgClassName
{
background-color: #CFD856;
}
</style>
border-color css
<style>
span { border-color: #CFD856; }
span { border-color: rgb(207,216,86); }
td.TdClassName
{
border-color: #CFD856;
}
.TagClassName
{
border-color: #CFD856;
}
</style>