Shades of Manz #CFDA4E
Tints of Manz #CFDA4E
RGB
CMYK
RGB Variations
Color information
#CFDA4E (or 0xCFDA4E) is known color: Manz. HEX triplet: CF, DA and 4E. RGB value is (207,218,78). Sum of RGB (Red+Green+Blue) = 207+218+78=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA4E is #3025B1. Grayscale: #C7C7C7. Windows color (decimal): -3155378 or 5167823. OLE color: 5167823.
HSL color Cylindrical-coordinate representation of color #CFDA4E: hue angle of 64.71º 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 #CFDA4E is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 78 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.15 |
| HSL | 64.71º | 0.65% | 0.58% | - |
| HSV(B) | 64.71º | 0.64% | 0.85% | - |
| XYZ | 52.18 | 63.96 | 16.8 | - |
| YUV | 198.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 78 | 0.05 | 0 | 0.64 | 0.15 | 64.71 | 0.65 | 0.58 |
| Hex | CF | DA | 4E | 5 | 0 | 40 | F | 41 | 41 | 3A |
| Octal | 317 | 332 | 116 | 5 | 0 | 100 | 17 | 101 | 101 | 72 |
| Binary | 11001111 | 11011010 | 1001110 | 101 | 0 | 1000000 | 1111 | 1000001 | 1000001 | 111010 |
Color Harmonies of #CFDA4E
Complementary color
Monochromatic Colors of #CFDA4E
Black with #CFDA4E
Text Example
Text Example
White with #CFDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA4E; }
p { color: rgb(207,218,78); }
H1.HeaderClassName
{
color: #CFDA4E;
}
.AnyTagClassName
{
color: #CFDA4E;
}
</style>
background-color css
<style>
a { background-color: #CFDA4E; }
a { background-color: rgb(207,218,78); }
div.DivClassName
{
background-color: #CFDA4E;
}
.BgClassName
{
background-color: #CFDA4E;
}
</style>
border-color css
<style>
span { border-color: #CFDA4E; }
span { border-color: rgb(207,218,78); }
td.TdClassName
{
border-color: #CFDA4E;
}
.TagClassName
{
border-color: #CFDA4E;
}
</style>