Shades of Manz #CFDF57
Tints of Manz #CFDF57
RGB
CMYK
RGB Variations
Color information
#CFDF57 (or 0xCFDF57) is known color: Manz. HEX triplet: CF, DF and 57. RGB value is (207,223,87). Sum of RGB (Red+Green+Blue) = 207+223+87=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 87 (34.38% from 255 or 16.83% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF57 is #3020A8. Grayscale: #CBCBCB. Windows color (decimal): -3154089 or 5758927. OLE color: 5758927.
HSL color Cylindrical-coordinate representation of color #CFDF57: hue angle of 67.06º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFDF57 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 87 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.13 |
| HSL | 67.06º | 0.68% | 0.61% | - |
| HSV(B) | 67.06º | 0.61% | 0.87% | - |
| XYZ | 53.84 | 66.73 | 19.06 | - |
| YUV | 202.71 | 62.7 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 87 | 0.07 | 0 | 0.61 | 0.13 | 67.06 | 0.68 | 0.61 |
| Hex | CF | DF | 57 | 7 | 0 | 3D | D | 43 | 44 | 3D |
| Octal | 317 | 337 | 127 | 7 | 0 | 75 | 15 | 103 | 104 | 75 |
| Binary | 11001111 | 11011111 | 1010111 | 111 | 0 | 111101 | 1101 | 1000011 | 1000100 | 111101 |
Color Harmonies of #CFDF57
Complementary color
Monochromatic Colors of #CFDF57
Black with #CFDF57
Text Example
Text Example
White with #CFDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF57; }
p { color: rgb(207,223,87); }
H1.HeaderClassName
{
color: #CFDF57;
}
.AnyTagClassName
{
color: #CFDF57;
}
</style>
background-color css
<style>
a { background-color: #CFDF57; }
a { background-color: rgb(207,223,87); }
div.DivClassName
{
background-color: #CFDF57;
}
.BgClassName
{
background-color: #CFDF57;
}
</style>
border-color css
<style>
span { border-color: #CFDF57; }
span { border-color: rgb(207,223,87); }
td.TdClassName
{
border-color: #CFDF57;
}
.TagClassName
{
border-color: #CFDF57;
}
</style>