Shades of Manz #CFDD56
Tints of Manz #CFDD56
RGB
CMYK
RGB Variations
Color information
#CFDD56 (or 0xCFDD56) is known color: Manz. HEX triplet: CF, DD and 56. RGB value is (207,221,86). Sum of RGB (Red+Green+Blue) = 207+221+86=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 86 (33.98% from 255 or 16.73% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD56 is #3022A9. Grayscale: #C9C9C9. Windows color (decimal): -3154602 or 5692879. OLE color: 5692879.
HSL color Cylindrical-coordinate representation of color #CFDD56: hue angle of 66.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFDD56 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 86 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.13 |
| HSL | 66.22º | 0.67% | 0.6% | - |
| HSV(B) | 66.22º | 0.61% | 0.87% | - |
| XYZ | 53.27 | 65.65 | 18.67 | - |
| YUV | 201.42 | 62.86 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 86 | 0.06 | 0 | 0.61 | 0.13 | 66.22 | 0.67 | 0.6 |
| Hex | CF | DD | 56 | 6 | 0 | 3D | D | 42 | 43 | 3C |
| Octal | 317 | 335 | 126 | 6 | 0 | 75 | 15 | 102 | 103 | 74 |
| Binary | 11001111 | 11011101 | 1010110 | 110 | 0 | 111101 | 1101 | 1000010 | 1000011 | 111100 |
Color Harmonies of #CFDD56
Complementary color
Monochromatic Colors of #CFDD56
Black with #CFDD56
Text Example
Text Example
White with #CFDD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD56; }
p { color: rgb(207,221,86); }
H1.HeaderClassName
{
color: #CFDD56;
}
.AnyTagClassName
{
color: #CFDD56;
}
</style>
background-color css
<style>
a { background-color: #CFDD56; }
a { background-color: rgb(207,221,86); }
div.DivClassName
{
background-color: #CFDD56;
}
.BgClassName
{
background-color: #CFDD56;
}
</style>
border-color css
<style>
span { border-color: #CFDD56; }
span { border-color: rgb(207,221,86); }
td.TdClassName
{
border-color: #CFDD56;
}
.TagClassName
{
border-color: #CFDD56;
}
</style>