Shades of Manz #CFDA58
Tints of Manz #CFDA58
RGB
CMYK
RGB Variations
Color information
#CFDA58 (or 0xCFDA58) is known color: Manz. HEX triplet: CF, DA and 58. RGB value is (207,218,88). Sum of RGB (Red+Green+Blue) = 207+218+88=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 88 (34.77% from 255 or 17.15% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDA58 is #3025A7. Grayscale: #C8C8C8. Windows color (decimal): -3155368 or 5823183. OLE color: 5823183.
HSL color Cylindrical-coordinate representation of color #CFDA58: hue angle of 65.08º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFDA58 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 88 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.15 |
| HSL | 65.08º | 0.64% | 0.6% | - |
| HSV(B) | 65.08º | 0.6% | 0.85% | - |
| XYZ | 52.56 | 64.11 | 18.84 | - |
| YUV | 199.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 88 | 0.05 | 0 | 0.60 | 0.15 | 65.08 | 0.64 | 0.6 |
| Hex | CF | DA | 58 | 5 | 0 | 3C | F | 41 | 40 | 3C |
| Octal | 317 | 332 | 130 | 5 | 0 | 74 | 17 | 101 | 100 | 74 |
| Binary | 11001111 | 11011010 | 1011000 | 101 | 0 | 111100 | 1111 | 1000001 | 1000000 | 111100 |
Color Harmonies of #CFDA58
Complementary color
Monochromatic Colors of #CFDA58
Black with #CFDA58
Text Example
Text Example
White with #CFDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA58; }
p { color: rgb(207,218,88); }
H1.HeaderClassName
{
color: #CFDA58;
}
.AnyTagClassName
{
color: #CFDA58;
}
</style>
background-color css
<style>
a { background-color: #CFDA58; }
a { background-color: rgb(207,218,88); }
div.DivClassName
{
background-color: #CFDA58;
}
.BgClassName
{
background-color: #CFDA58;
}
</style>
border-color css
<style>
span { border-color: #CFDA58; }
span { border-color: rgb(207,218,88); }
td.TdClassName
{
border-color: #CFDA58;
}
.TagClassName
{
border-color: #CFDA58;
}
</style>