Shades of Mindaro #CFDF72
Tints of Mindaro #CFDF72
RGB
CMYK
RGB Variations
Color information
#CFDF72 (or 0xCFDF72) is known color: Mindaro. HEX triplet: CF, DF and 72. RGB value is (207,223,114). Sum of RGB (Red+Green+Blue) = 207+223+114=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF72 is #30208D. Grayscale: #CECECE. Windows color (decimal): -3154062 or 7528399. OLE color: 7528399.
HSL color Cylindrical-coordinate representation of color #CFDF72: hue angle of 68.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFDF72 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 114 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.13 |
| HSL | 68.81º | 0.63% | 0.66% | - |
| HSV(B) | 68.81º | 0.49% | 0.87% | - |
| XYZ | 55.16 | 67.26 | 25.99 | - |
| YUV | 205.79 | 76.2 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 114 | 0.07 | 0 | 0.49 | 0.13 | 68.81 | 0.63 | 0.66 |
| Hex | CF | DF | 72 | 7 | 0 | 31 | D | 45 | 3F | 42 |
| Octal | 317 | 337 | 162 | 7 | 0 | 61 | 15 | 105 | 77 | 102 |
| Binary | 11001111 | 11011111 | 1110010 | 111 | 0 | 110001 | 1101 | 1000101 | 111111 | 1000010 |
Color Harmonies of #CFDF72
Complementary color
Monochromatic Colors of #CFDF72
Black with #CFDF72
Text Example
Text Example
White with #CFDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF72; }
p { color: rgb(207,223,114); }
H1.HeaderClassName
{
color: #CFDF72;
}
.AnyTagClassName
{
color: #CFDF72;
}
</style>
background-color css
<style>
a { background-color: #CFDF72; }
a { background-color: rgb(207,223,114); }
div.DivClassName
{
background-color: #CFDF72;
}
.BgClassName
{
background-color: #CFDF72;
}
</style>
border-color css
<style>
span { border-color: #CFDF72; }
span { border-color: rgb(207,223,114); }
td.TdClassName
{
border-color: #CFDF72;
}
.TagClassName
{
border-color: #CFDF72;
}
</style>