Shades of Mindaro #CFDF65
Tints of Mindaro #CFDF65
RGB
CMYK
RGB Variations
Color information
#CFDF65 (or 0xCFDF65) is known color: Mindaro. HEX triplet: CF, DF and 65. RGB value is (207,223,101). Sum of RGB (Red+Green+Blue) = 207+223+101=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF65 is #30209A. Grayscale: #CCCCCC. Windows color (decimal): -3154075 or 6676431. OLE color: 6676431.
HSL color Cylindrical-coordinate representation of color #CFDF65: hue angle of 67.87º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFDF65 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 101 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.13 |
| HSL | 67.87º | 0.66% | 0.64% | - |
| HSV(B) | 67.87º | 0.55% | 0.87% | - |
| XYZ | 54.47 | 66.98 | 22.37 | - |
| YUV | 204.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 101 | 0.07 | 0 | 0.55 | 0.13 | 67.87 | 0.66 | 0.64 |
| Hex | CF | DF | 65 | 7 | 0 | 37 | D | 44 | 42 | 40 |
| Octal | 317 | 337 | 145 | 7 | 0 | 67 | 15 | 104 | 102 | 100 |
| Binary | 11001111 | 11011111 | 1100101 | 111 | 0 | 110111 | 1101 | 1000100 | 1000010 | 1000000 |
Color Harmonies of #CFDF65
Complementary color
Monochromatic Colors of #CFDF65
Black with #CFDF65
Text Example
Text Example
White with #CFDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF65; }
p { color: rgb(207,223,101); }
H1.HeaderClassName
{
color: #CFDF65;
}
.AnyTagClassName
{
color: #CFDF65;
}
</style>
background-color css
<style>
a { background-color: #CFDF65; }
a { background-color: rgb(207,223,101); }
div.DivClassName
{
background-color: #CFDF65;
}
.BgClassName
{
background-color: #CFDF65;
}
</style>
border-color css
<style>
span { border-color: #CFDF65; }
span { border-color: rgb(207,223,101); }
td.TdClassName
{
border-color: #CFDF65;
}
.TagClassName
{
border-color: #CFDF65;
}
</style>