Shades of Mindaro #CFDF64
Tints of Mindaro #CFDF64
RGB
CMYK
RGB Variations
Color information
#CFDF64 (or 0xCFDF64) is known color: Mindaro. HEX triplet: CF, DF and 64. RGB value is (207,223,100). Sum of RGB (Red+Green+Blue) = 207+223+100=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF64 is #30209B. Grayscale: #CCCCCC. Windows color (decimal): -3154076 or 6610895. OLE color: 6610895.
HSL color Cylindrical-coordinate representation of color #CFDF64: hue angle of 67.8º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFDF64 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 100 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.13 |
| HSL | 67.8º | 0.66% | 0.63% | - |
| HSV(B) | 67.8º | 0.55% | 0.87% | - |
| XYZ | 54.42 | 66.96 | 22.11 | - |
| YUV | 204.19 | 69.2 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 100 | 0.07 | 0 | 0.55 | 0.13 | 67.8 | 0.66 | 0.63 |
| Hex | CF | DF | 64 | 7 | 0 | 37 | D | 44 | 42 | 3F |
| Octal | 317 | 337 | 144 | 7 | 0 | 67 | 15 | 104 | 102 | 77 |
| Binary | 11001111 | 11011111 | 1100100 | 111 | 0 | 110111 | 1101 | 1000100 | 1000010 | 111111 |
Color Harmonies of #CFDF64
Complementary color
Monochromatic Colors of #CFDF64
Black with #CFDF64
Text Example
Text Example
White with #CFDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF64; }
p { color: rgb(207,223,100); }
H1.HeaderClassName
{
color: #CFDF64;
}
.AnyTagClassName
{
color: #CFDF64;
}
</style>
background-color css
<style>
a { background-color: #CFDF64; }
a { background-color: rgb(207,223,100); }
div.DivClassName
{
background-color: #CFDF64;
}
.BgClassName
{
background-color: #CFDF64;
}
</style>
border-color css
<style>
span { border-color: #CFDF64; }
span { border-color: rgb(207,223,100); }
td.TdClassName
{
border-color: #CFDF64;
}
.TagClassName
{
border-color: #CFDF64;
}
</style>