Shades of Manz #CFDC58
Tints of Manz #CFDC58
RGB
CMYK
RGB Variations
Color information
#CFDC58 (or 0xCFDC58) is known color: Manz. HEX triplet: CF, DC and 58. RGB value is (207,220,88). Sum of RGB (Red+Green+Blue) = 207+220+88=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDC58 is #3023A7. Grayscale: #C9C9C9. Windows color (decimal): -3154856 or 5823695. OLE color: 5823695.
HSL color Cylindrical-coordinate representation of color #CFDC58: hue angle of 65.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFDC58 is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 88 | - |
| CMYK | 0.06 | 0 | 0.6 | 0.14 |
| HSL | 65.91º | 0.65% | 0.6% | - |
| HSV(B) | 65.91º | 0.6% | 0.86% | - |
| XYZ | 53.09 | 65.16 | 19.01 | - |
| YUV | 201.07 | 64.19 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 88 | 0.06 | 0 | 0.6 | 0.14 | 65.91 | 0.65 | 0.6 |
| Hex | CF | DC | 58 | 6 | 0 | 3C | E | 42 | 41 | 3C |
| Octal | 317 | 334 | 130 | 6 | 0 | 74 | 16 | 102 | 101 | 74 |
| Binary | 11001111 | 11011100 | 1011000 | 110 | 0 | 111100 | 1110 | 1000010 | 1000001 | 111100 |
Color Harmonies of #CFDC58
Complementary color
Monochromatic Colors of #CFDC58
Black with #CFDC58
Text Example
Text Example
White with #CFDC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC58; }
p { color: rgb(207,220,88); }
H1.HeaderClassName
{
color: #CFDC58;
}
.AnyTagClassName
{
color: #CFDC58;
}
</style>
background-color css
<style>
a { background-color: #CFDC58; }
a { background-color: rgb(207,220,88); }
div.DivClassName
{
background-color: #CFDC58;
}
.BgClassName
{
background-color: #CFDC58;
}
</style>
border-color css
<style>
span { border-color: #CFDC58; }
span { border-color: rgb(207,220,88); }
td.TdClassName
{
border-color: #CFDC58;
}
.TagClassName
{
border-color: #CFDC58;
}
</style>