Shades of Manz #CFDF55
Tints of Manz #CFDF55
RGB
CMYK
RGB Variations
Color information
#CFDF55 (or 0xCFDF55) is known color: Manz. HEX triplet: CF, DF and 55. RGB value is (207,223,85). Sum of RGB (Red+Green+Blue) = 207+223+85=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 85 (33.59% from 255 or 16.50% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF55 is #3020AA. Grayscale: #CBCBCB. Windows color (decimal): -3154091 or 5627855. OLE color: 5627855.
HSL color Cylindrical-coordinate representation of color #CFDF55: hue angle of 66.96º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFDF55 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 85 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.13 |
| HSL | 66.96º | 0.68% | 0.6% | - |
| HSV(B) | 66.96º | 0.62% | 0.87% | - |
| XYZ | 53.76 | 66.7 | 18.63 | - |
| YUV | 202.48 | 61.7 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 85 | 0.07 | 0 | 0.62 | 0.13 | 66.96 | 0.68 | 0.6 |
| Hex | CF | DF | 55 | 7 | 0 | 3E | D | 43 | 44 | 3C |
| Octal | 317 | 337 | 125 | 7 | 0 | 76 | 15 | 103 | 104 | 74 |
| Binary | 11001111 | 11011111 | 1010101 | 111 | 0 | 111110 | 1101 | 1000011 | 1000100 | 111100 |
Color Harmonies of #CFDF55
Complementary color
Monochromatic Colors of #CFDF55
Black with #CFDF55
Text Example
Text Example
White with #CFDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF55; }
p { color: rgb(207,223,85); }
H1.HeaderClassName
{
color: #CFDF55;
}
.AnyTagClassName
{
color: #CFDF55;
}
</style>
background-color css
<style>
a { background-color: #CFDF55; }
a { background-color: rgb(207,223,85); }
div.DivClassName
{
background-color: #CFDF55;
}
.BgClassName
{
background-color: #CFDF55;
}
</style>
border-color css
<style>
span { border-color: #CFDF55; }
span { border-color: rgb(207,223,85); }
td.TdClassName
{
border-color: #CFDF55;
}
.TagClassName
{
border-color: #CFDF55;
}
</style>