Shades of Manz #CFDD58
Tints of Manz #CFDD58
RGB
CMYK
RGB Variations
Color information
#CFDD58 (or 0xCFDD58) is known color: Manz. HEX triplet: CF, DD and 58. RGB value is (207,221,88). Sum of RGB (Red+Green+Blue) = 207+221+88=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDD58 is #3022A7. Grayscale: #CACACA. Windows color (decimal): -3154600 or 5823951. OLE color: 5823951.
HSL color Cylindrical-coordinate representation of color #CFDD58: hue angle of 66.32º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFDD58 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 88 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.13 |
| HSL | 66.32º | 0.66% | 0.61% | - |
| HSV(B) | 66.32º | 0.6% | 0.87% | - |
| XYZ | 53.35 | 65.68 | 19.1 | - |
| YUV | 201.65 | 63.86 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 88 | 0.06 | 0 | 0.60 | 0.13 | 66.32 | 0.66 | 0.61 |
| Hex | CF | DD | 58 | 6 | 0 | 3C | D | 42 | 42 | 3D |
| Octal | 317 | 335 | 130 | 6 | 0 | 74 | 15 | 102 | 102 | 75 |
| Binary | 11001111 | 11011101 | 1011000 | 110 | 0 | 111100 | 1101 | 1000010 | 1000010 | 111101 |
Color Harmonies of #CFDD58
Complementary color
Monochromatic Colors of #CFDD58
Black with #CFDD58
Text Example
Text Example
White with #CFDD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD58; }
p { color: rgb(207,221,88); }
H1.HeaderClassName
{
color: #CFDD58;
}
.AnyTagClassName
{
color: #CFDD58;
}
</style>
background-color css
<style>
a { background-color: #CFDD58; }
a { background-color: rgb(207,221,88); }
div.DivClassName
{
background-color: #CFDD58;
}
.BgClassName
{
background-color: #CFDD58;
}
</style>
border-color css
<style>
span { border-color: #CFDD58; }
span { border-color: rgb(207,221,88); }
td.TdClassName
{
border-color: #CFDD58;
}
.TagClassName
{
border-color: #CFDD58;
}
</style>