Shades of Manz #CFDE57
Tints of Manz #CFDE57
RGB
CMYK
RGB Variations
Color information
#CFDE57 (or 0xCFDE57) is known color: Manz. HEX triplet: CF, DE and 57. RGB value is (207,222,87). Sum of RGB (Red+Green+Blue) = 207+222+87=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 87 (34.38% from 255 or 16.86% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE57 is #3021A8. Grayscale: #CACACA. Windows color (decimal): -3154345 or 5758671. OLE color: 5758671.
HSL color Cylindrical-coordinate representation of color #CFDE57: hue angle of 66.67º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFDE57 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 87 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.13 |
| HSL | 66.67º | 0.67% | 0.61% | - |
| HSV(B) | 66.67º | 0.61% | 0.87% | - |
| XYZ | 53.57 | 66.2 | 18.97 | - |
| YUV | 202.13 | 63.03 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 87 | 0.07 | 0 | 0.61 | 0.13 | 66.67 | 0.67 | 0.61 |
| Hex | CF | DE | 57 | 7 | 0 | 3D | D | 43 | 43 | 3D |
| Octal | 317 | 336 | 127 | 7 | 0 | 75 | 15 | 103 | 103 | 75 |
| Binary | 11001111 | 11011110 | 1010111 | 111 | 0 | 111101 | 1101 | 1000011 | 1000011 | 111101 |
Color Harmonies of #CFDE57
Complementary color
Monochromatic Colors of #CFDE57
Black with #CFDE57
Text Example
Text Example
White with #CFDE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE57; }
p { color: rgb(207,222,87); }
H1.HeaderClassName
{
color: #CFDE57;
}
.AnyTagClassName
{
color: #CFDE57;
}
</style>
background-color css
<style>
a { background-color: #CFDE57; }
a { background-color: rgb(207,222,87); }
div.DivClassName
{
background-color: #CFDE57;
}
.BgClassName
{
background-color: #CFDE57;
}
</style>
border-color css
<style>
span { border-color: #CFDE57; }
span { border-color: rgb(207,222,87); }
td.TdClassName
{
border-color: #CFDE57;
}
.TagClassName
{
border-color: #CFDE57;
}
</style>