Shades of Manz #CFD551
Tints of Manz #CFD551
RGB
CMYK
RGB Variations
Color information
#CFD551 (or 0xCFD551) is known color: Manz. HEX triplet: CF, D5 and 51. RGB value is (207,213,81). Sum of RGB (Red+Green+Blue) = 207+213+81=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 81 (32.03% from 255 or 16.17% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD551 is #302AAE. Grayscale: #C4C4C4. Windows color (decimal): -3156655 or 5363151. OLE color: 5363151.
HSL color Cylindrical-coordinate representation of color #CFD551: hue angle of 62.73º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFD551 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 213 | 81 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.16 |
| HSL | 62.73º | 0.61% | 0.58% | - |
| HSV(B) | 62.73º | 0.62% | 0.84% | - |
| XYZ | 51.01 | 61.45 | 16.96 | - |
| YUV | 196.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 81 | 0.03 | 0 | 0.62 | 0.16 | 62.73 | 0.61 | 0.58 |
| Hex | CF | D5 | 51 | 3 | 0 | 3E | 10 | 3F | 3D | 3A |
| Octal | 317 | 325 | 121 | 3 | 0 | 76 | 20 | 77 | 75 | 72 |
| Binary | 11001111 | 11010101 | 1010001 | 11 | 0 | 111110 | 10000 | 111111 | 111101 | 111010 |
Color Harmonies of #CFD551
Complementary color
Monochromatic Colors of #CFD551
Black with #CFD551
Text Example
Text Example
White with #CFD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD551; }
p { color: rgb(207,213,81); }
H1.HeaderClassName
{
color: #CFD551;
}
.AnyTagClassName
{
color: #CFD551;
}
</style>
background-color css
<style>
a { background-color: #CFD551; }
a { background-color: rgb(207,213,81); }
div.DivClassName
{
background-color: #CFD551;
}
.BgClassName
{
background-color: #CFD551;
}
</style>
border-color css
<style>
span { border-color: #CFD551; }
span { border-color: rgb(207,213,81); }
td.TdClassName
{
border-color: #CFD551;
}
.TagClassName
{
border-color: #CFD551;
}
</style>