Shades of Manz #CFD84E
Tints of Manz #CFD84E
RGB
CMYK
RGB Variations
Color information
#CFD84E (or 0xCFD84E) is known color: Manz. HEX triplet: CF, D8 and 4E. RGB value is (207,216,78). Sum of RGB (Red+Green+Blue) = 207+216+78=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 78 (30.86% from 255 or 15.57% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD84E is #3027B1. Grayscale: #C6C6C6. Windows color (decimal): -3155890 or 5167311. OLE color: 5167311.
HSL color Cylindrical-coordinate representation of color #CFD84E: hue angle of 63.91º degrees, saturation: 0.64, 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 #CFD84E is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 78 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.15 |
| HSL | 63.91º | 0.64% | 0.58% | - |
| HSV(B) | 63.91º | 0.64% | 0.85% | - |
| XYZ | 51.66 | 62.93 | 16.63 | - |
| YUV | 197.58 | 60.52 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 78 | 0.04 | 0 | 0.64 | 0.15 | 63.91 | 0.64 | 0.58 |
| Hex | CF | D8 | 4E | 4 | 0 | 40 | F | 40 | 40 | 3A |
| Octal | 317 | 330 | 116 | 4 | 0 | 100 | 17 | 100 | 100 | 72 |
| Binary | 11001111 | 11011000 | 1001110 | 100 | 0 | 1000000 | 1111 | 1000000 | 1000000 | 111010 |
Color Harmonies of #CFD84E
Complementary color
Monochromatic Colors of #CFD84E
Black with #CFD84E
Text Example
Text Example
White with #CFD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD84E; }
p { color: rgb(207,216,78); }
H1.HeaderClassName
{
color: #CFD84E;
}
.AnyTagClassName
{
color: #CFD84E;
}
</style>
background-color css
<style>
a { background-color: #CFD84E; }
a { background-color: rgb(207,216,78); }
div.DivClassName
{
background-color: #CFD84E;
}
.BgClassName
{
background-color: #CFD84E;
}
</style>
border-color css
<style>
span { border-color: #CFD84E; }
span { border-color: rgb(207,216,78); }
td.TdClassName
{
border-color: #CFD84E;
}
.TagClassName
{
border-color: #CFD84E;
}
</style>