Shades of Manz #CFD751
Tints of Manz #CFD751
RGB
CMYK
RGB Variations
Color information
#CFD751 (or 0xCFD751) is known color: Manz. HEX triplet: CF, D7 and 51. RGB value is (207,215,81). Sum of RGB (Red+Green+Blue) = 207+215+81=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD751 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD751 is #3028AE. Grayscale: #C5C5C5. Windows color (decimal): -3156143 or 5363663. OLE color: 5363663.
HSL color Cylindrical-coordinate representation of color #CFD751: hue angle of 63.58º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFD751 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 81 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.16 |
| HSL | 63.58º | 0.63% | 0.58% | - |
| HSV(B) | 63.58º | 0.62% | 0.84% | - |
| XYZ | 51.52 | 62.46 | 17.13 | - |
| YUV | 197.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 81 | 0.04 | 0 | 0.62 | 0.16 | 63.58 | 0.63 | 0.58 |
| Hex | CF | D7 | 51 | 4 | 0 | 3E | 10 | 40 | 3F | 3A |
| Octal | 317 | 327 | 121 | 4 | 0 | 76 | 20 | 100 | 77 | 72 |
| Binary | 11001111 | 11010111 | 1010001 | 100 | 0 | 111110 | 10000 | 1000000 | 111111 | 111010 |
Color Harmonies of #CFD751
Complementary color
Monochromatic Colors of #CFD751
Black with #CFD751
Text Example
Text Example
White with #CFD751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD751; }
p { color: rgb(207,215,81); }
H1.HeaderClassName
{
color: #CFD751;
}
.AnyTagClassName
{
color: #CFD751;
}
</style>
background-color css
<style>
a { background-color: #CFD751; }
a { background-color: rgb(207,215,81); }
div.DivClassName
{
background-color: #CFD751;
}
.BgClassName
{
background-color: #CFD751;
}
</style>
border-color css
<style>
span { border-color: #CFD751; }
span { border-color: rgb(207,215,81); }
td.TdClassName
{
border-color: #CFD751;
}
.TagClassName
{
border-color: #CFD751;
}
</style>