Shades of Manz #CFDC55
Tints of Manz #CFDC55
RGB
CMYK
RGB Variations
Color information
#CFDC55 (or 0xCFDC55) is known color: Manz. HEX triplet: CF, DC and 55. RGB value is (207,220,85). Sum of RGB (Red+Green+Blue) = 207+220+85=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 85 (33.59% from 255 or 16.60% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC55 is #3023AA. Grayscale: #C9C9C9. Windows color (decimal): -3154859 or 5627087. OLE color: 5627087.
HSL color Cylindrical-coordinate representation of color #CFDC55: hue angle of 65.78º degrees, saturation: 0.66, 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 #CFDC55 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 85 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.14 |
| HSL | 65.78º | 0.66% | 0.6% | - |
| HSV(B) | 65.78º | 0.61% | 0.86% | - |
| XYZ | 52.97 | 65.11 | 18.37 | - |
| YUV | 200.72 | 62.69 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 85 | 0.06 | 0 | 0.61 | 0.14 | 65.78 | 0.66 | 0.6 |
| Hex | CF | DC | 55 | 6 | 0 | 3D | E | 42 | 42 | 3C |
| Octal | 317 | 334 | 125 | 6 | 0 | 75 | 16 | 102 | 102 | 74 |
| Binary | 11001111 | 11011100 | 1010101 | 110 | 0 | 111101 | 1110 | 1000010 | 1000010 | 111100 |
Color Harmonies of #CFDC55
Complementary color
Monochromatic Colors of #CFDC55
Black with #CFDC55
Text Example
Text Example
White with #CFDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC55; }
p { color: rgb(207,220,85); }
H1.HeaderClassName
{
color: #CFDC55;
}
.AnyTagClassName
{
color: #CFDC55;
}
</style>
background-color css
<style>
a { background-color: #CFDC55; }
a { background-color: rgb(207,220,85); }
div.DivClassName
{
background-color: #CFDC55;
}
.BgClassName
{
background-color: #CFDC55;
}
</style>
border-color css
<style>
span { border-color: #CFDC55; }
span { border-color: rgb(207,220,85); }
td.TdClassName
{
border-color: #CFDC55;
}
.TagClassName
{
border-color: #CFDC55;
}
</style>