Shades of Manz #CFDA50
Tints of Manz #CFDA50
RGB
CMYK
RGB Variations
Color information
#CFDA50 (or 0xCFDA50) is known color: Manz. HEX triplet: CF, DA and 50. RGB value is (207,218,80). Sum of RGB (Red+Green+Blue) = 207+218+80=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA50 is #3025AF. Grayscale: #C7C7C7. Windows color (decimal): -3155376 or 5298895. OLE color: 5298895.
HSL color Cylindrical-coordinate representation of color #CFDA50: hue angle of 64.78º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFDA50 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 80 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.15 |
| HSL | 64.78º | 0.65% | 0.58% | - |
| HSV(B) | 64.78º | 0.63% | 0.85% | - |
| XYZ | 52.25 | 63.99 | 17.19 | - |
| YUV | 198.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 80 | 0.05 | 0 | 0.63 | 0.15 | 64.78 | 0.65 | 0.58 |
| Hex | CF | DA | 50 | 5 | 0 | 3F | F | 41 | 41 | 3A |
| Octal | 317 | 332 | 120 | 5 | 0 | 77 | 17 | 101 | 101 | 72 |
| Binary | 11001111 | 11011010 | 1010000 | 101 | 0 | 111111 | 1111 | 1000001 | 1000001 | 111010 |
Color Harmonies of #CFDA50
Complementary color
Monochromatic Colors of #CFDA50
Black with #CFDA50
Text Example
Text Example
White with #CFDA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA50; }
p { color: rgb(207,218,80); }
H1.HeaderClassName
{
color: #CFDA50;
}
.AnyTagClassName
{
color: #CFDA50;
}
</style>
background-color css
<style>
a { background-color: #CFDA50; }
a { background-color: rgb(207,218,80); }
div.DivClassName
{
background-color: #CFDA50;
}
.BgClassName
{
background-color: #CFDA50;
}
</style>
border-color css
<style>
span { border-color: #CFDA50; }
span { border-color: rgb(207,218,80); }
td.TdClassName
{
border-color: #CFDA50;
}
.TagClassName
{
border-color: #CFDA50;
}
</style>