Shades of Manz #CFD750
Tints of Manz #CFD750
RGB
CMYK
RGB Variations
Color information
#CFD750 (or 0xCFD750) is known color: Manz. HEX triplet: CF, D7 and 50. RGB value is (207,215,80). Sum of RGB (Red+Green+Blue) = 207+215+80=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD750 is #3028AF. Grayscale: #C5C5C5. Windows color (decimal): -3156144 or 5298127. OLE color: 5298127.
HSL color Cylindrical-coordinate representation of color #CFD750: hue angle of 63.56º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFD750 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 215 | 80 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.16 |
| HSL | 63.56º | 0.63% | 0.58% | - |
| HSV(B) | 63.56º | 0.63% | 0.84% | - |
| XYZ | 51.48 | 62.45 | 16.93 | - |
| YUV | 197.22 | 61.85 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 215 | 80 | 0.04 | 0 | 0.63 | 0.16 | 63.56 | 0.63 | 0.58 |
| Hex | CF | D7 | 50 | 4 | 0 | 3F | 10 | 40 | 3F | 3A |
| Octal | 317 | 327 | 120 | 4 | 0 | 77 | 20 | 100 | 77 | 72 |
| Binary | 11001111 | 11010111 | 1010000 | 100 | 0 | 111111 | 10000 | 1000000 | 111111 | 111010 |
Color Harmonies of #CFD750
Complementary color
Monochromatic Colors of #CFD750
Black with #CFD750
Text Example
Text Example
White with #CFD750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD750; }
p { color: rgb(207,215,80); }
H1.HeaderClassName
{
color: #CFD750;
}
.AnyTagClassName
{
color: #CFD750;
}
</style>
background-color css
<style>
a { background-color: #CFD750; }
a { background-color: rgb(207,215,80); }
div.DivClassName
{
background-color: #CFD750;
}
.BgClassName
{
background-color: #CFD750;
}
</style>
border-color css
<style>
span { border-color: #CFD750; }
span { border-color: rgb(207,215,80); }
td.TdClassName
{
border-color: #CFD750;
}
.TagClassName
{
border-color: #CFD750;
}
</style>