Shades of Manz #CFDF4F
Tints of Manz #CFDF4F
RGB
CMYK
RGB Variations
Color information
#CFDF4F (or 0xCFDF4F) is known color: Manz. HEX triplet: CF, DF and 4F. RGB value is (207,223,79). Sum of RGB (Red+Green+Blue) = 207+223+79=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 79 (31.25% from 255 or 15.52% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF4F is #3020B0. Grayscale: #CACACA. Windows color (decimal): -3154097 or 5234639. OLE color: 5234639.
HSL color Cylindrical-coordinate representation of color #CFDF4F: hue angle of 66.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFDF4F is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 79 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.13 |
| HSL | 66.67º | 0.69% | 0.59% | - |
| HSV(B) | 66.67º | 0.65% | 0.87% | - |
| XYZ | 53.53 | 66.61 | 17.43 | - |
| YUV | 201.8 | 58.7 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 79 | 0.07 | 0 | 0.65 | 0.13 | 66.67 | 0.69 | 0.59 |
| Hex | CF | DF | 4F | 7 | 0 | 41 | D | 43 | 45 | 3B |
| Octal | 317 | 337 | 117 | 7 | 0 | 101 | 15 | 103 | 105 | 73 |
| Binary | 11001111 | 11011111 | 1001111 | 111 | 0 | 1000001 | 1101 | 1000011 | 1000101 | 111011 |
Color Harmonies of #CFDF4F
Complementary color
Monochromatic Colors of #CFDF4F
Black with #CFDF4F
Text Example
Text Example
White with #CFDF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF4F; }
p { color: rgb(207,223,79); }
H1.HeaderClassName
{
color: #CFDF4F;
}
.AnyTagClassName
{
color: #CFDF4F;
}
</style>
background-color css
<style>
a { background-color: #CFDF4F; }
a { background-color: rgb(207,223,79); }
div.DivClassName
{
background-color: #CFDF4F;
}
.BgClassName
{
background-color: #CFDF4F;
}
</style>
border-color css
<style>
span { border-color: #CFDF4F; }
span { border-color: rgb(207,223,79); }
td.TdClassName
{
border-color: #CFDF4F;
}
.TagClassName
{
border-color: #CFDF4F;
}
</style>