Shades of Manz #CFDE58
Tints of Manz #CFDE58
RGB
CMYK
RGB Variations
Color information
#CFDE58 (or 0xCFDE58) is known color: Manz. HEX triplet: CF, DE and 58. RGB value is (207,222,88). Sum of RGB (Red+Green+Blue) = 207+222+88=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 88 (34.77% from 255 or 17.02% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE58 is #3021A7. Grayscale: #CACACA. Windows color (decimal): -3154344 or 5824207. OLE color: 5824207.
HSL color Cylindrical-coordinate representation of color #CFDE58: hue angle of 66.72º degrees, saturation: 0.67, 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 #CFDE58 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 88 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.13 |
| HSL | 66.72º | 0.67% | 0.61% | - |
| HSV(B) | 66.72º | 0.6% | 0.87% | - |
| XYZ | 53.61 | 66.21 | 19.19 | - |
| YUV | 202.24 | 63.53 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 88 | 0.07 | 0 | 0.60 | 0.13 | 66.72 | 0.67 | 0.61 |
| Hex | CF | DE | 58 | 7 | 0 | 3C | D | 43 | 43 | 3D |
| Octal | 317 | 336 | 130 | 7 | 0 | 74 | 15 | 103 | 103 | 75 |
| Binary | 11001111 | 11011110 | 1011000 | 111 | 0 | 111100 | 1101 | 1000011 | 1000011 | 111101 |
Color Harmonies of #CFDE58
Complementary color
Monochromatic Colors of #CFDE58
Black with #CFDE58
Text Example
Text Example
White with #CFDE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE58; }
p { color: rgb(207,222,88); }
H1.HeaderClassName
{
color: #CFDE58;
}
.AnyTagClassName
{
color: #CFDE58;
}
</style>
background-color css
<style>
a { background-color: #CFDE58; }
a { background-color: rgb(207,222,88); }
div.DivClassName
{
background-color: #CFDE58;
}
.BgClassName
{
background-color: #CFDE58;
}
</style>
border-color css
<style>
span { border-color: #CFDE58; }
span { border-color: rgb(207,222,88); }
td.TdClassName
{
border-color: #CFDE58;
}
.TagClassName
{
border-color: #CFDE58;
}
</style>