Shades of Manz #CFDD52
Tints of Manz #CFDD52
RGB
CMYK
RGB Variations
Color information
#CFDD52 (or 0xCFDD52) is known color: Manz. HEX triplet: CF, DD and 52. RGB value is (207,221,82). Sum of RGB (Red+Green+Blue) = 207+221+82=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD52 is #3022AD. Grayscale: #C9C9C9. Windows color (decimal): -3154606 or 5430735. OLE color: 5430735.
HSL color Cylindrical-coordinate representation of color #CFDD52: hue angle of 66.04º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFDD52 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 82 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.13 |
| HSL | 66.04º | 0.67% | 0.59% | - |
| HSV(B) | 66.04º | 0.63% | 0.87% | - |
| XYZ | 53.11 | 65.59 | 17.84 | - |
| YUV | 200.97 | 60.86 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 82 | 0.06 | 0 | 0.63 | 0.13 | 66.04 | 0.67 | 0.59 |
| Hex | CF | DD | 52 | 6 | 0 | 3F | D | 42 | 43 | 3B |
| Octal | 317 | 335 | 122 | 6 | 0 | 77 | 15 | 102 | 103 | 73 |
| Binary | 11001111 | 11011101 | 1010010 | 110 | 0 | 111111 | 1101 | 1000010 | 1000011 | 111011 |
Color Harmonies of #CFDD52
Complementary color
Monochromatic Colors of #CFDD52
Black with #CFDD52
Text Example
Text Example
White with #CFDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD52; }
p { color: rgb(207,221,82); }
H1.HeaderClassName
{
color: #CFDD52;
}
.AnyTagClassName
{
color: #CFDD52;
}
</style>
background-color css
<style>
a { background-color: #CFDD52; }
a { background-color: rgb(207,221,82); }
div.DivClassName
{
background-color: #CFDD52;
}
.BgClassName
{
background-color: #CFDD52;
}
</style>
border-color css
<style>
span { border-color: #CFDD52; }
span { border-color: rgb(207,221,82); }
td.TdClassName
{
border-color: #CFDD52;
}
.TagClassName
{
border-color: #CFDD52;
}
</style>