Shades of Manz #CFDB4E
Tints of Manz #CFDB4E
RGB
CMYK
RGB Variations
Color information
#CFDB4E (or 0xCFDB4E) is known color: Manz. HEX triplet: CF, DB and 4E. RGB value is (207,219,78). Sum of RGB (Red+Green+Blue) = 207+219+78=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB4E is #3024B1. Grayscale: #C7C7C7. Windows color (decimal): -3155122 or 5168079. OLE color: 5168079.
HSL color Cylindrical-coordinate representation of color #CFDB4E: hue angle of 65.11º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFDB4E is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 78 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.14 |
| HSL | 65.11º | 0.66% | 0.58% | - |
| HSV(B) | 65.11º | 0.64% | 0.86% | - |
| XYZ | 52.44 | 64.48 | 16.89 | - |
| YUV | 199.34 | 59.52 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 78 | 0.05 | 0 | 0.64 | 0.14 | 65.11 | 0.66 | 0.58 |
| Hex | CF | DB | 4E | 5 | 0 | 40 | E | 41 | 42 | 3A |
| Octal | 317 | 333 | 116 | 5 | 0 | 100 | 16 | 101 | 102 | 72 |
| Binary | 11001111 | 11011011 | 1001110 | 101 | 0 | 1000000 | 1110 | 1000001 | 1000010 | 111010 |
Color Harmonies of #CFDB4E
Complementary color
Monochromatic Colors of #CFDB4E
Black with #CFDB4E
Text Example
Text Example
White with #CFDB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB4E; }
p { color: rgb(207,219,78); }
H1.HeaderClassName
{
color: #CFDB4E;
}
.AnyTagClassName
{
color: #CFDB4E;
}
</style>
background-color css
<style>
a { background-color: #CFDB4E; }
a { background-color: rgb(207,219,78); }
div.DivClassName
{
background-color: #CFDB4E;
}
.BgClassName
{
background-color: #CFDB4E;
}
</style>
border-color css
<style>
span { border-color: #CFDB4E; }
span { border-color: rgb(207,219,78); }
td.TdClassName
{
border-color: #CFDB4E;
}
.TagClassName
{
border-color: #CFDB4E;
}
</style>