Shades of Manz #CFDA4F
Tints of Manz #CFDA4F
RGB
CMYK
RGB Variations
Color information
#CFDA4F (or 0xCFDA4F) is known color: Manz. HEX triplet: CF, DA and 4F. RGB value is (207,218,79). Sum of RGB (Red+Green+Blue) = 207+218+79=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA4F is #3025B0. Grayscale: #C7C7C7. Windows color (decimal): -3155377 or 5233359. OLE color: 5233359.
HSL color Cylindrical-coordinate representation of color #CFDA4F: hue angle of 64.75º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFDA4F is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 79 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.15 |
| HSL | 64.75º | 0.65% | 0.58% | - |
| HSV(B) | 64.75º | 0.64% | 0.85% | - |
| XYZ | 52.21 | 63.97 | 16.99 | - |
| YUV | 198.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 79 | 0.05 | 0 | 0.64 | 0.15 | 64.75 | 0.65 | 0.58 |
| Hex | CF | DA | 4F | 5 | 0 | 40 | F | 41 | 41 | 3A |
| Octal | 317 | 332 | 117 | 5 | 0 | 100 | 17 | 101 | 101 | 72 |
| Binary | 11001111 | 11011010 | 1001111 | 101 | 0 | 1000000 | 1111 | 1000001 | 1000001 | 111010 |
Color Harmonies of #CFDA4F
Complementary color
Monochromatic Colors of #CFDA4F
Black with #CFDA4F
Text Example
Text Example
White with #CFDA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA4F; }
p { color: rgb(207,218,79); }
H1.HeaderClassName
{
color: #CFDA4F;
}
.AnyTagClassName
{
color: #CFDA4F;
}
</style>
background-color css
<style>
a { background-color: #CFDA4F; }
a { background-color: rgb(207,218,79); }
div.DivClassName
{
background-color: #CFDA4F;
}
.BgClassName
{
background-color: #CFDA4F;
}
</style>
border-color css
<style>
span { border-color: #CFDA4F; }
span { border-color: rgb(207,218,79); }
td.TdClassName
{
border-color: #CFDA4F;
}
.TagClassName
{
border-color: #CFDA4F;
}
</style>