Shades of Manz #CFDD59
Tints of Manz #CFDD59
RGB
CMYK
RGB Variations
Color information
#CFDD59 (or 0xCFDD59) is known color: Manz. HEX triplet: CF, DD and 59. RGB value is (207,221,89). Sum of RGB (Red+Green+Blue) = 207+221+89=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 221 (86.72% from 255 or 42.75% from 517); Blue value is 89 (35.16% from 255 or 17.21% from 517); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD59 is #3022A6. Grayscale: #CACACA. Windows color (decimal): -3154599 or 5889487. OLE color: 5889487.
HSL color Cylindrical-coordinate representation of color #CFDD59: hue angle of 66.36º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFDD59 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 89 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.13 |
| HSL | 66.36º | 0.66% | 0.61% | - |
| HSV(B) | 66.36º | 0.6% | 0.87% | - |
| XYZ | 53.39 | 65.7 | 19.32 | - |
| YUV | 201.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 89 | 0.06 | 0 | 0.60 | 0.13 | 66.36 | 0.66 | 0.61 |
| Hex | CF | DD | 59 | 6 | 0 | 3C | D | 42 | 42 | 3D |
| Octal | 317 | 335 | 131 | 6 | 0 | 74 | 15 | 102 | 102 | 75 |
| Binary | 11001111 | 11011101 | 1011001 | 110 | 0 | 111100 | 1101 | 1000010 | 1000010 | 111101 |
Color Harmonies of #CFDD59
Complementary color
Monochromatic Colors of #CFDD59
Black with #CFDD59
Text Example
Text Example
White with #CFDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD59; }
p { color: rgb(207,221,89); }
H1.HeaderClassName
{
color: #CFDD59;
}
.AnyTagClassName
{
color: #CFDD59;
}
</style>
background-color css
<style>
a { background-color: #CFDD59; }
a { background-color: rgb(207,221,89); }
div.DivClassName
{
background-color: #CFDD59;
}
.BgClassName
{
background-color: #CFDD59;
}
</style>
border-color css
<style>
span { border-color: #CFDD59; }
span { border-color: rgb(207,221,89); }
td.TdClassName
{
border-color: #CFDD59;
}
.TagClassName
{
border-color: #CFDD59;
}
</style>