Shades of Manz #CFDC53
Tints of Manz #CFDC53
RGB
CMYK
RGB Variations
Color information
#CFDC53 (or 0xCFDC53) is known color: Manz. HEX triplet: CF, DC and 53. RGB value is (207,220,83). Sum of RGB (Red+Green+Blue) = 207+220+83=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 83 (32.81% from 255 or 16.27% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC53 is #3023AC. Grayscale: #C9C9C9. Windows color (decimal): -3154861 or 5496015. OLE color: 5496015.
HSL color Cylindrical-coordinate representation of color #CFDC53: hue angle of 65.69º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFDC53 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 83 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.14 |
| HSL | 65.69º | 0.66% | 0.59% | - |
| HSV(B) | 65.69º | 0.62% | 0.86% | - |
| XYZ | 52.89 | 65.08 | 17.96 | - |
| YUV | 200.5 | 61.69 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 83 | 0.06 | 0 | 0.62 | 0.14 | 65.69 | 0.66 | 0.59 |
| Hex | CF | DC | 53 | 6 | 0 | 3E | E | 42 | 42 | 3B |
| Octal | 317 | 334 | 123 | 6 | 0 | 76 | 16 | 102 | 102 | 73 |
| Binary | 11001111 | 11011100 | 1010011 | 110 | 0 | 111110 | 1110 | 1000010 | 1000010 | 111011 |
Color Harmonies of #CFDC53
Complementary color
Monochromatic Colors of #CFDC53
Black with #CFDC53
Text Example
Text Example
White with #CFDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC53; }
p { color: rgb(207,220,83); }
H1.HeaderClassName
{
color: #CFDC53;
}
.AnyTagClassName
{
color: #CFDC53;
}
</style>
background-color css
<style>
a { background-color: #CFDC53; }
a { background-color: rgb(207,220,83); }
div.DivClassName
{
background-color: #CFDC53;
}
.BgClassName
{
background-color: #CFDC53;
}
</style>
border-color css
<style>
span { border-color: #CFDC53; }
span { border-color: rgb(207,220,83); }
td.TdClassName
{
border-color: #CFDC53;
}
.TagClassName
{
border-color: #CFDC53;
}
</style>