Shades of Mindaro #CFDF78
Tints of Mindaro #CFDF78
RGB
CMYK
RGB Variations
Color information
#CFDF78 (or 0xCFDF78) is known color: Mindaro. HEX triplet: CF, DF and 78. RGB value is (207,223,120). Sum of RGB (Red+Green+Blue) = 207+223+120=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDF78 is #302087. Grayscale: #CECECE. Windows color (decimal): -3154056 or 7921615. OLE color: 7921615.
HSL color Cylindrical-coordinate representation of color #CFDF78: hue angle of 69.32º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFDF78 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 120 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.13 |
| HSL | 69.32º | 0.62% | 0.67% | - |
| HSV(B) | 69.32º | 0.46% | 0.87% | - |
| XYZ | 55.51 | 67.4 | 27.85 | - |
| YUV | 206.47 | 79.2 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 120 | 0.07 | 0 | 0.46 | 0.13 | 69.32 | 0.62 | 0.67 |
| Hex | CF | DF | 78 | 7 | 0 | 2E | D | 45 | 3E | 43 |
| Octal | 317 | 337 | 170 | 7 | 0 | 56 | 15 | 105 | 76 | 103 |
| Binary | 11001111 | 11011111 | 1111000 | 111 | 0 | 101110 | 1101 | 1000101 | 111110 | 1000011 |
Color Harmonies of #CFDF78
Complementary color
Monochromatic Colors of #CFDF78
Black with #CFDF78
Text Example
Text Example
White with #CFDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF78; }
p { color: rgb(207,223,120); }
H1.HeaderClassName
{
color: #CFDF78;
}
.AnyTagClassName
{
color: #CFDF78;
}
</style>
background-color css
<style>
a { background-color: #CFDF78; }
a { background-color: rgb(207,223,120); }
div.DivClassName
{
background-color: #CFDF78;
}
.BgClassName
{
background-color: #CFDF78;
}
</style>
border-color css
<style>
span { border-color: #CFDF78; }
span { border-color: rgb(207,223,120); }
td.TdClassName
{
border-color: #CFDF78;
}
.TagClassName
{
border-color: #CFDF78;
}
</style>