Shades of Manz #CFDF59
Tints of Manz #CFDF59
RGB
CMYK
RGB Variations
Color information
#CFDF59 (or 0xCFDF59) is known color: Manz. HEX triplet: CF, DF and 59. RGB value is (207,223,89). Sum of RGB (Red+Green+Blue) = 207+223+89=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF59 is #3020A6. Grayscale: #CBCBCB. Windows color (decimal): -3154087 or 5889999. OLE color: 5889999.
HSL color Cylindrical-coordinate representation of color #CFDF59: hue angle of 67.16º degrees, saturation: 0.68, 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 #CFDF59 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 89 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.13 |
| HSL | 67.16º | 0.68% | 0.61% | - |
| HSV(B) | 67.16º | 0.6% | 0.87% | - |
| XYZ | 53.92 | 66.76 | 19.5 | - |
| YUV | 202.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 89 | 0.07 | 0 | 0.60 | 0.13 | 67.16 | 0.68 | 0.61 |
| Hex | CF | DF | 59 | 7 | 0 | 3C | D | 43 | 44 | 3D |
| Octal | 317 | 337 | 131 | 7 | 0 | 74 | 15 | 103 | 104 | 75 |
| Binary | 11001111 | 11011111 | 1011001 | 111 | 0 | 111100 | 1101 | 1000011 | 1000100 | 111101 |
Color Harmonies of #CFDF59
Complementary color
Monochromatic Colors of #CFDF59
Black with #CFDF59
Text Example
Text Example
White with #CFDF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF59; }
p { color: rgb(207,223,89); }
H1.HeaderClassName
{
color: #CFDF59;
}
.AnyTagClassName
{
color: #CFDF59;
}
</style>
background-color css
<style>
a { background-color: #CFDF59; }
a { background-color: rgb(207,223,89); }
div.DivClassName
{
background-color: #CFDF59;
}
.BgClassName
{
background-color: #CFDF59;
}
</style>
border-color css
<style>
span { border-color: #CFDF59; }
span { border-color: rgb(207,223,89); }
td.TdClassName
{
border-color: #CFDF59;
}
.TagClassName
{
border-color: #CFDF59;
}
</style>