Shades of Manz #CFDB4F
Tints of Manz #CFDB4F
RGB
CMYK
RGB Variations
Color information
#CFDB4F (or 0xCFDB4F) is known color: Manz. HEX triplet: CF, DB and 4F. RGB value is (207,219,79). Sum of RGB (Red+Green+Blue) = 207+219+79=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB4F is #3024B0. Grayscale: #C7C7C7. Windows color (decimal): -3155121 or 5233615. OLE color: 5233615.
HSL color Cylindrical-coordinate representation of color #CFDB4F: hue angle of 65.14º 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 #CFDB4F is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 79 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.14 |
| HSL | 65.14º | 0.66% | 0.58% | - |
| HSV(B) | 65.14º | 0.64% | 0.86% | - |
| XYZ | 52.47 | 64.49 | 17.08 | - |
| YUV | 199.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 79 | 0.05 | 0 | 0.64 | 0.14 | 65.14 | 0.66 | 0.58 |
| Hex | CF | DB | 4F | 5 | 0 | 40 | E | 41 | 42 | 3A |
| Octal | 317 | 333 | 117 | 5 | 0 | 100 | 16 | 101 | 102 | 72 |
| Binary | 11001111 | 11011011 | 1001111 | 101 | 0 | 1000000 | 1110 | 1000001 | 1000010 | 111010 |
Color Harmonies of #CFDB4F
Complementary color
Monochromatic Colors of #CFDB4F
Black with #CFDB4F
Text Example
Text Example
White with #CFDB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB4F; }
p { color: rgb(207,219,79); }
H1.HeaderClassName
{
color: #CFDB4F;
}
.AnyTagClassName
{
color: #CFDB4F;
}
</style>
background-color css
<style>
a { background-color: #CFDB4F; }
a { background-color: rgb(207,219,79); }
div.DivClassName
{
background-color: #CFDB4F;
}
.BgClassName
{
background-color: #CFDB4F;
}
</style>
border-color css
<style>
span { border-color: #CFDB4F; }
span { border-color: rgb(207,219,79); }
td.TdClassName
{
border-color: #CFDB4F;
}
.TagClassName
{
border-color: #CFDB4F;
}
</style>