Shades of Manz #CFD851
Tints of Manz #CFD851
RGB
CMYK
RGB Variations
Color information
#CFD851 (or 0xCFD851) is known color: Manz. HEX triplet: CF, D8 and 51. RGB value is (207,216,81). Sum of RGB (Red+Green+Blue) = 207+216+81=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 81 (32.03% from 255 or 16.07% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD851 is #3027AE. Grayscale: #C6C6C6. Windows color (decimal): -3155887 or 5363919. OLE color: 5363919.
HSL color Cylindrical-coordinate representation of color #CFD851: hue angle of 64º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFD851 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 81 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.15 |
| HSL | 64º | 0.63% | 0.58% | - |
| HSV(B) | 64º | 0.63% | 0.85% | - |
| XYZ | 51.77 | 62.97 | 17.21 | - |
| YUV | 197.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 81 | 0.04 | 0 | 0.62 | 0.15 | 64 | 0.63 | 0.58 |
| Hex | CF | D8 | 51 | 4 | 0 | 3E | F | 40 | 3F | 3A |
| Octal | 317 | 330 | 121 | 4 | 0 | 76 | 17 | 100 | 77 | 72 |
| Binary | 11001111 | 11011000 | 1010001 | 100 | 0 | 111110 | 1111 | 1000000 | 111111 | 111010 |
Color Harmonies of #CFD851
Complementary color
Monochromatic Colors of #CFD851
Black with #CFD851
Text Example
Text Example
White with #CFD851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD851; }
p { color: rgb(207,216,81); }
H1.HeaderClassName
{
color: #CFD851;
}
.AnyTagClassName
{
color: #CFD851;
}
</style>
background-color css
<style>
a { background-color: #CFD851; }
a { background-color: rgb(207,216,81); }
div.DivClassName
{
background-color: #CFD851;
}
.BgClassName
{
background-color: #CFD851;
}
</style>
border-color css
<style>
span { border-color: #CFD851; }
span { border-color: rgb(207,216,81); }
td.TdClassName
{
border-color: #CFD851;
}
.TagClassName
{
border-color: #CFD851;
}
</style>