Shades of Manz #CFD650
Tints of Manz #CFD650
RGB
CMYK
RGB Variations
Color information
#CFD650 (or 0xCFD650) is known color: Manz. HEX triplet: CF, D6 and 50. RGB value is (207,214,80). Sum of RGB (Red+Green+Blue) = 207+214+80=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD650 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD650 is #3029AF. Grayscale: #C5C5C5. Windows color (decimal): -3156400 or 5297871. OLE color: 5297871.
HSL color Cylindrical-coordinate representation of color #CFD650: hue angle of 63.13º degrees, saturation: 0.62, 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 #CFD650 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 80 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.16 |
| HSL | 63.13º | 0.62% | 0.58% | - |
| HSV(B) | 63.13º | 0.63% | 0.84% | - |
| XYZ | 51.23 | 61.94 | 16.84 | - |
| YUV | 196.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 80 | 0.03 | 0 | 0.63 | 0.16 | 63.13 | 0.62 | 0.58 |
| Hex | CF | D6 | 50 | 3 | 0 | 3F | 10 | 3F | 3E | 3A |
| Octal | 317 | 326 | 120 | 3 | 0 | 77 | 20 | 77 | 76 | 72 |
| Binary | 11001111 | 11010110 | 1010000 | 11 | 0 | 111111 | 10000 | 111111 | 111110 | 111010 |
Color Harmonies of #CFD650
Complementary color
Monochromatic Colors of #CFD650
Black with #CFD650
Text Example
Text Example
White with #CFD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD650; }
p { color: rgb(207,214,80); }
H1.HeaderClassName
{
color: #CFD650;
}
.AnyTagClassName
{
color: #CFD650;
}
</style>
background-color css
<style>
a { background-color: #CFD650; }
a { background-color: rgb(207,214,80); }
div.DivClassName
{
background-color: #CFD650;
}
.BgClassName
{
background-color: #CFD650;
}
</style>
border-color css
<style>
span { border-color: #CFD650; }
span { border-color: rgb(207,214,80); }
td.TdClassName
{
border-color: #CFD650;
}
.TagClassName
{
border-color: #CFD650;
}
</style>