Shades of Mindaro #CFDF70
Tints of Mindaro #CFDF70
RGB
CMYK
RGB Variations
Color information
#CFDF70 (or 0xCFDF70) is known color: Mindaro. HEX triplet: CF, DF and 70. RGB value is (207,223,112). Sum of RGB (Red+Green+Blue) = 207+223+112=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF70 is #30208F. Grayscale: #CDCDCD. Windows color (decimal): -3154064 or 7397327. OLE color: 7397327.
HSL color Cylindrical-coordinate representation of color #CFDF70: hue angle of 68.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFDF70 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 112 | - |
| CMYK | 0.07 | 0 | 0.50 | 0.13 |
| HSL | 68.65º | 0.63% | 0.66% | - |
| HSV(B) | 68.65º | 0.5% | 0.87% | - |
| XYZ | 55.04 | 67.21 | 25.4 | - |
| YUV | 205.56 | 75.2 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 112 | 0.07 | 0 | 0.50 | 0.13 | 68.65 | 0.63 | 0.66 |
| Hex | CF | DF | 70 | 7 | 0 | 32 | D | 45 | 3F | 42 |
| Octal | 317 | 337 | 160 | 7 | 0 | 62 | 15 | 105 | 77 | 102 |
| Binary | 11001111 | 11011111 | 1110000 | 111 | 0 | 110010 | 1101 | 1000101 | 111111 | 1000010 |
Color Harmonies of #CFDF70
Complementary color
Monochromatic Colors of #CFDF70
Black with #CFDF70
Text Example
Text Example
White with #CFDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF70; }
p { color: rgb(207,223,112); }
H1.HeaderClassName
{
color: #CFDF70;
}
.AnyTagClassName
{
color: #CFDF70;
}
</style>
background-color css
<style>
a { background-color: #CFDF70; }
a { background-color: rgb(207,223,112); }
div.DivClassName
{
background-color: #CFDF70;
}
.BgClassName
{
background-color: #CFDF70;
}
</style>
border-color css
<style>
span { border-color: #CFDF70; }
span { border-color: rgb(207,223,112); }
td.TdClassName
{
border-color: #CFDF70;
}
.TagClassName
{
border-color: #CFDF70;
}
</style>