Shades of Manz #CFD452
Tints of Manz #CFD452
RGB
CMYK
RGB Variations
Color information
#CFD452 (or 0xCFD452) is known color: Manz. HEX triplet: CF, D4 and 52. RGB value is (207,212,82). Sum of RGB (Red+Green+Blue) = 207+212+82=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 82 (32.42% from 255 or 16.37% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD452 is #302BAD. Grayscale: #C4C4C4. Windows color (decimal): -3156910 or 5428431. OLE color: 5428431.
HSL color Cylindrical-coordinate representation of color #CFD452: hue angle of 62.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFD452 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 82 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.17 |
| HSL | 62.31º | 0.6% | 0.58% | - |
| HSV(B) | 62.31º | 0.61% | 0.83% | - |
| XYZ | 50.8 | 60.96 | 17.07 | - |
| YUV | 195.69 | 63.84 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 82 | 0.02 | 0 | 0.61 | 0.17 | 62.31 | 0.6 | 0.58 |
| Hex | CF | D4 | 52 | 2 | 0 | 3D | 11 | 3E | 3C | 3A |
| Octal | 317 | 324 | 122 | 2 | 0 | 75 | 21 | 76 | 74 | 72 |
| Binary | 11001111 | 11010100 | 1010010 | 10 | 0 | 111101 | 10001 | 111110 | 111100 | 111010 |
Color Harmonies of #CFD452
Complementary color
Monochromatic Colors of #CFD452
Black with #CFD452
Text Example
Text Example
White with #CFD452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD452; }
p { color: rgb(207,212,82); }
H1.HeaderClassName
{
color: #CFD452;
}
.AnyTagClassName
{
color: #CFD452;
}
</style>
background-color css
<style>
a { background-color: #CFD452; }
a { background-color: rgb(207,212,82); }
div.DivClassName
{
background-color: #CFD452;
}
.BgClassName
{
background-color: #CFD452;
}
</style>
border-color css
<style>
span { border-color: #CFD452; }
span { border-color: rgb(207,212,82); }
td.TdClassName
{
border-color: #CFD452;
}
.TagClassName
{
border-color: #CFD452;
}
</style>