Shades of Mindaro #CFDF61
Tints of Mindaro #CFDF61
RGB
CMYK
RGB Variations
Color information
#CFDF61 (or 0xCFDF61) is known color: Mindaro. HEX triplet: CF, DF and 61. RGB value is (207,223,97). Sum of RGB (Red+Green+Blue) = 207+223+97=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF61 is #30209E. Grayscale: #CCCCCC. Windows color (decimal): -3154079 or 6414287. OLE color: 6414287.
HSL color Cylindrical-coordinate representation of color #CFDF61: hue angle of 67.62º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFDF61 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 97 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.13 |
| HSL | 67.62º | 0.66% | 0.63% | - |
| HSV(B) | 67.62º | 0.57% | 0.87% | - |
| XYZ | 54.28 | 66.9 | 21.36 | - |
| YUV | 203.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 97 | 0.07 | 0 | 0.57 | 0.13 | 67.62 | 0.66 | 0.63 |
| Hex | CF | DF | 61 | 7 | 0 | 39 | D | 44 | 42 | 3F |
| Octal | 317 | 337 | 141 | 7 | 0 | 71 | 15 | 104 | 102 | 77 |
| Binary | 11001111 | 11011111 | 1100001 | 111 | 0 | 111001 | 1101 | 1000100 | 1000010 | 111111 |
Color Harmonies of #CFDF61
Complementary color
Monochromatic Colors of #CFDF61
Black with #CFDF61
Text Example
Text Example
White with #CFDF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF61; }
p { color: rgb(207,223,97); }
H1.HeaderClassName
{
color: #CFDF61;
}
.AnyTagClassName
{
color: #CFDF61;
}
</style>
background-color css
<style>
a { background-color: #CFDF61; }
a { background-color: rgb(207,223,97); }
div.DivClassName
{
background-color: #CFDF61;
}
.BgClassName
{
background-color: #CFDF61;
}
</style>
border-color css
<style>
span { border-color: #CFDF61; }
span { border-color: rgb(207,223,97); }
td.TdClassName
{
border-color: #CFDF61;
}
.TagClassName
{
border-color: #CFDF61;
}
</style>