Shades of Manz #CFDA56
Tints of Manz #CFDA56
RGB
CMYK
RGB Variations
Color information
#CFDA56 (or 0xCFDA56) is known color: Manz. HEX triplet: CF, DA and 56. RGB value is (207,218,86). Sum of RGB (Red+Green+Blue) = 207+218+86=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 86 (33.98% from 255 or 16.83% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA56 is #3025A9. Grayscale: #C8C8C8. Windows color (decimal): -3155370 or 5692111. OLE color: 5692111.
HSL color Cylindrical-coordinate representation of color #CFDA56: hue angle of 65º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFDA56 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 86 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.15 |
| HSL | 65º | 0.64% | 0.6% | - |
| HSV(B) | 65º | 0.61% | 0.85% | - |
| XYZ | 52.48 | 64.08 | 18.41 | - |
| YUV | 199.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 86 | 0.05 | 0 | 0.61 | 0.15 | 65 | 0.64 | 0.6 |
| Hex | CF | DA | 56 | 5 | 0 | 3D | F | 41 | 40 | 3C |
| Octal | 317 | 332 | 126 | 5 | 0 | 75 | 17 | 101 | 100 | 74 |
| Binary | 11001111 | 11011010 | 1010110 | 101 | 0 | 111101 | 1111 | 1000001 | 1000000 | 111100 |
Color Harmonies of #CFDA56
Complementary color
Monochromatic Colors of #CFDA56
Black with #CFDA56
Text Example
Text Example
White with #CFDA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA56; }
p { color: rgb(207,218,86); }
H1.HeaderClassName
{
color: #CFDA56;
}
.AnyTagClassName
{
color: #CFDA56;
}
</style>
background-color css
<style>
a { background-color: #CFDA56; }
a { background-color: rgb(207,218,86); }
div.DivClassName
{
background-color: #CFDA56;
}
.BgClassName
{
background-color: #CFDA56;
}
</style>
border-color css
<style>
span { border-color: #CFDA56; }
span { border-color: rgb(207,218,86); }
td.TdClassName
{
border-color: #CFDA56;
}
.TagClassName
{
border-color: #CFDA56;
}
</style>