Shades of Mindaro #CFDF60
Tints of Mindaro #CFDF60
RGB
CMYK
RGB Variations
Color information
#CFDF60 (or 0xCFDF60) is known color: Mindaro. HEX triplet: CF, DF and 60. RGB value is (207,223,96). Sum of RGB (Red+Green+Blue) = 207+223+96=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF60 is #30209F. Grayscale: #CCCCCC. Windows color (decimal): -3154080 or 6348751. OLE color: 6348751.
HSL color Cylindrical-coordinate representation of color #CFDF60: hue angle of 67.56º 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 #CFDF60 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 96 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.13 |
| HSL | 67.56º | 0.66% | 0.63% | - |
| HSV(B) | 67.56º | 0.57% | 0.87% | - |
| XYZ | 54.23 | 66.89 | 21.12 | - |
| YUV | 203.74 | 67.2 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 96 | 0.07 | 0 | 0.57 | 0.13 | 67.56 | 0.66 | 0.63 |
| Hex | CF | DF | 60 | 7 | 0 | 39 | D | 44 | 42 | 3F |
| Octal | 317 | 337 | 140 | 7 | 0 | 71 | 15 | 104 | 102 | 77 |
| Binary | 11001111 | 11011111 | 1100000 | 111 | 0 | 111001 | 1101 | 1000100 | 1000010 | 111111 |
Color Harmonies of #CFDF60
Complementary color
Monochromatic Colors of #CFDF60
Black with #CFDF60
Text Example
Text Example
White with #CFDF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF60; }
p { color: rgb(207,223,96); }
H1.HeaderClassName
{
color: #CFDF60;
}
.AnyTagClassName
{
color: #CFDF60;
}
</style>
background-color css
<style>
a { background-color: #CFDF60; }
a { background-color: rgb(207,223,96); }
div.DivClassName
{
background-color: #CFDF60;
}
.BgClassName
{
background-color: #CFDF60;
}
</style>
border-color css
<style>
span { border-color: #CFDF60; }
span { border-color: rgb(207,223,96); }
td.TdClassName
{
border-color: #CFDF60;
}
.TagClassName
{
border-color: #CFDF60;
}
</style>