Shades of Mindaro #CFDF73
Tints of Mindaro #CFDF73
RGB
CMYK
RGB Variations
Color information
#CFDF73 (or 0xCFDF73) is known color: Mindaro. HEX triplet: CF, DF and 73. RGB value is (207,223,115). Sum of RGB (Red+Green+Blue) = 207+223+115=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF73 is #30208C. Grayscale: #CECECE. Windows color (decimal): -3154061 or 7593935. OLE color: 7593935.
HSL color Cylindrical-coordinate representation of color #CFDF73: hue angle of 68.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFDF73 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 115 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.13 |
| HSL | 68.89º | 0.63% | 0.66% | - |
| HSV(B) | 68.89º | 0.48% | 0.87% | - |
| XYZ | 55.21 | 67.28 | 26.3 | - |
| YUV | 205.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 115 | 0.07 | 0 | 0.48 | 0.13 | 68.89 | 0.63 | 0.66 |
| Hex | CF | DF | 73 | 7 | 0 | 30 | D | 45 | 3F | 42 |
| Octal | 317 | 337 | 163 | 7 | 0 | 60 | 15 | 105 | 77 | 102 |
| Binary | 11001111 | 11011111 | 1110011 | 111 | 0 | 110000 | 1101 | 1000101 | 111111 | 1000010 |
Color Harmonies of #CFDF73
Complementary color
Monochromatic Colors of #CFDF73
Black with #CFDF73
Text Example
Text Example
White with #CFDF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF73; }
p { color: rgb(207,223,115); }
H1.HeaderClassName
{
color: #CFDF73;
}
.AnyTagClassName
{
color: #CFDF73;
}
</style>
background-color css
<style>
a { background-color: #CFDF73; }
a { background-color: rgb(207,223,115); }
div.DivClassName
{
background-color: #CFDF73;
}
.BgClassName
{
background-color: #CFDF73;
}
</style>
border-color css
<style>
span { border-color: #CFDF73; }
span { border-color: rgb(207,223,115); }
td.TdClassName
{
border-color: #CFDF73;
}
.TagClassName
{
border-color: #CFDF73;
}
</style>