Shades of Manz #CFDF51
Tints of Manz #CFDF51
RGB
CMYK
RGB Variations
Color information
#CFDF51 (or 0xCFDF51) is known color: Manz. HEX triplet: CF, DF and 51. RGB value is (207,223,81). Sum of RGB (Red+Green+Blue) = 207+223+81=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 81 (32.03% from 255 or 15.85% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF51 is #3020AE. Grayscale: #CACACA. Windows color (decimal): -3154095 or 5365711. OLE color: 5365711.
HSL color Cylindrical-coordinate representation of color #CFDF51: hue angle of 66.76º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFDF51 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 81 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.13 |
| HSL | 66.76º | 0.69% | 0.6% | - |
| HSV(B) | 66.76º | 0.64% | 0.87% | - |
| XYZ | 53.61 | 66.63 | 17.82 | - |
| YUV | 202.03 | 59.7 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 81 | 0.07 | 0 | 0.64 | 0.13 | 66.76 | 0.69 | 0.6 |
| Hex | CF | DF | 51 | 7 | 0 | 40 | D | 43 | 45 | 3C |
| Octal | 317 | 337 | 121 | 7 | 0 | 100 | 15 | 103 | 105 | 74 |
| Binary | 11001111 | 11011111 | 1010001 | 111 | 0 | 1000000 | 1101 | 1000011 | 1000101 | 111100 |
Color Harmonies of #CFDF51
Complementary color
Monochromatic Colors of #CFDF51
Black with #CFDF51
Text Example
Text Example
White with #CFDF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF51; }
p { color: rgb(207,223,81); }
H1.HeaderClassName
{
color: #CFDF51;
}
.AnyTagClassName
{
color: #CFDF51;
}
</style>
background-color css
<style>
a { background-color: #CFDF51; }
a { background-color: rgb(207,223,81); }
div.DivClassName
{
background-color: #CFDF51;
}
.BgClassName
{
background-color: #CFDF51;
}
</style>
border-color css
<style>
span { border-color: #CFDF51; }
span { border-color: rgb(207,223,81); }
td.TdClassName
{
border-color: #CFDF51;
}
.TagClassName
{
border-color: #CFDF51;
}
</style>