Shades of Manz #CFDB55
Tints of Manz #CFDB55
RGB
CMYK
RGB Variations
Color information
#CFDB55 (or 0xCFDB55) is known color: Manz. HEX triplet: CF, DB and 55. RGB value is (207,219,85). Sum of RGB (Red+Green+Blue) = 207+219+85=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDB55 is #3024AA. Grayscale: #C8C8C8. Windows color (decimal): -3155115 or 5626831. OLE color: 5626831.
HSL color Cylindrical-coordinate representation of color #CFDB55: hue angle of 65.37º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFDB55 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 85 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.14 |
| HSL | 65.37º | 0.65% | 0.6% | - |
| HSV(B) | 65.37º | 0.61% | 0.86% | - |
| XYZ | 52.7 | 64.58 | 18.28 | - |
| YUV | 200.14 | 63.02 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 85 | 0.05 | 0 | 0.61 | 0.14 | 65.37 | 0.65 | 0.6 |
| Hex | CF | DB | 55 | 5 | 0 | 3D | E | 41 | 41 | 3C |
| Octal | 317 | 333 | 125 | 5 | 0 | 75 | 16 | 101 | 101 | 74 |
| Binary | 11001111 | 11011011 | 1010101 | 101 | 0 | 111101 | 1110 | 1000001 | 1000001 | 111100 |
Color Harmonies of #CFDB55
Complementary color
Monochromatic Colors of #CFDB55
Black with #CFDB55
Text Example
Text Example
White with #CFDB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB55; }
p { color: rgb(207,219,85); }
H1.HeaderClassName
{
color: #CFDB55;
}
.AnyTagClassName
{
color: #CFDB55;
}
</style>
background-color css
<style>
a { background-color: #CFDB55; }
a { background-color: rgb(207,219,85); }
div.DivClassName
{
background-color: #CFDB55;
}
.BgClassName
{
background-color: #CFDB55;
}
</style>
border-color css
<style>
span { border-color: #CFDB55; }
span { border-color: rgb(207,219,85); }
td.TdClassName
{
border-color: #CFDB55;
}
.TagClassName
{
border-color: #CFDB55;
}
</style>