Shades of Manz #CED84F
Tints of Manz #CED84F
RGB
CMYK
RGB Variations
Color information
#CED84F (or 0xCED84F) is known color: Manz. HEX triplet: CE, D8 and 4F. RGB value is (206,216,79). Sum of RGB (Red+Green+Blue) = 206+216+79=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 79 (31.25% from 255 or 15.77% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #CED84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED84F is #3127B0. Grayscale: #C5C5C5. Windows color (decimal): -3221425 or 5232846. OLE color: 5232846.
HSL color Cylindrical-coordinate representation of color #CED84F: hue angle of 64.38º degrees, saturation: 0.64, 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 #CED84F is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 79 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.15 |
| HSL | 64.38º | 0.64% | 0.58% | - |
| HSV(B) | 64.38º | 0.63% | 0.85% | - |
| XYZ | 51.42 | 62.8 | 16.81 | - |
| YUV | 197.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 79 | 0.05 | 0 | 0.63 | 0.15 | 64.38 | 0.64 | 0.58 |
| Hex | CE | D8 | 4F | 5 | 0 | 3F | F | 40 | 40 | 3A |
| Octal | 316 | 330 | 117 | 5 | 0 | 77 | 17 | 100 | 100 | 72 |
| Binary | 11001110 | 11011000 | 1001111 | 101 | 0 | 111111 | 1111 | 1000000 | 1000000 | 111010 |
Color Harmonies of #CED84F
Complementary color
Monochromatic Colors of #CED84F
Black with #CED84F
Text Example
Text Example
White with #CED84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED84F; }
p { color: rgb(206,216,79); }
H1.HeaderClassName
{
color: #CED84F;
}
.AnyTagClassName
{
color: #CED84F;
}
</style>
background-color css
<style>
a { background-color: #CED84F; }
a { background-color: rgb(206,216,79); }
div.DivClassName
{
background-color: #CED84F;
}
.BgClassName
{
background-color: #CED84F;
}
</style>
border-color css
<style>
span { border-color: #CED84F; }
span { border-color: rgb(206,216,79); }
td.TdClassName
{
border-color: #CED84F;
}
.TagClassName
{
border-color: #CED84F;
}
</style>