Shades of Manz #CFD654
Tints of Manz #CFD654
RGB
CMYK
RGB Variations
Color information
#CFD654 (or 0xCFD654) is known color: Manz. HEX triplet: CF, D6 and 54. RGB value is (207,214,84). Sum of RGB (Red+Green+Blue) = 207+214+84=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 214 (83.98% from 255 or 42.38% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD654 is #3029AB. Grayscale: #C5C5C5. Windows color (decimal): -3156396 or 5560015. OLE color: 5560015.
HSL color Cylindrical-coordinate representation of color #CFD654: hue angle of 63.23º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFD654 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 84 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.16 |
| HSL | 63.23º | 0.61% | 0.58% | - |
| HSV(B) | 63.23º | 0.61% | 0.84% | - |
| XYZ | 51.38 | 62 | 17.65 | - |
| YUV | 197.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 84 | 0.03 | 0 | 0.61 | 0.16 | 63.23 | 0.61 | 0.58 |
| Hex | CF | D6 | 54 | 3 | 0 | 3D | 10 | 3F | 3D | 3A |
| Octal | 317 | 326 | 124 | 3 | 0 | 75 | 20 | 77 | 75 | 72 |
| Binary | 11001111 | 11010110 | 1010100 | 11 | 0 | 111101 | 10000 | 111111 | 111101 | 111010 |
Color Harmonies of #CFD654
Complementary color
Monochromatic Colors of #CFD654
Black with #CFD654
Text Example
Text Example
White with #CFD654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD654; }
p { color: rgb(207,214,84); }
H1.HeaderClassName
{
color: #CFD654;
}
.AnyTagClassName
{
color: #CFD654;
}
</style>
background-color css
<style>
a { background-color: #CFD654; }
a { background-color: rgb(207,214,84); }
div.DivClassName
{
background-color: #CFD654;
}
.BgClassName
{
background-color: #CFD654;
}
</style>
border-color css
<style>
span { border-color: #CFD654; }
span { border-color: rgb(207,214,84); }
td.TdClassName
{
border-color: #CFD654;
}
.TagClassName
{
border-color: #CFD654;
}
</style>