Shades of Mindaro #CFDE66
Tints of Mindaro #CFDE66
RGB
CMYK
RGB Variations
Color information
#CFDE66 (or 0xCFDE66) is known color: Mindaro. HEX triplet: CF, DE and 66. RGB value is (207,222,102). Sum of RGB (Red+Green+Blue) = 207+222+102=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE66 is #302199. Grayscale: #CCCCCC. Windows color (decimal): -3154330 or 6741711. OLE color: 6741711.
HSL color Cylindrical-coordinate representation of color #CFDE66: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFDE66 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 102 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.13 |
| HSL | 67.5º | 0.65% | 0.64% | - |
| HSV(B) | 67.5º | 0.54% | 0.87% | - |
| XYZ | 54.25 | 66.47 | 22.54 | - |
| YUV | 203.84 | 70.53 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 102 | 0.07 | 0 | 0.54 | 0.13 | 67.5 | 0.65 | 0.64 |
| Hex | CF | DE | 66 | 7 | 0 | 36 | D | 44 | 41 | 40 |
| Octal | 317 | 336 | 146 | 7 | 0 | 66 | 15 | 104 | 101 | 100 |
| Binary | 11001111 | 11011110 | 1100110 | 111 | 0 | 110110 | 1101 | 1000100 | 1000001 | 1000000 |
Color Harmonies of #CFDE66
Complementary color
Monochromatic Colors of #CFDE66
Black with #CFDE66
Text Example
Text Example
White with #CFDE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE66; }
p { color: rgb(207,222,102); }
H1.HeaderClassName
{
color: #CFDE66;
}
.AnyTagClassName
{
color: #CFDE66;
}
</style>
background-color css
<style>
a { background-color: #CFDE66; }
a { background-color: rgb(207,222,102); }
div.DivClassName
{
background-color: #CFDE66;
}
.BgClassName
{
background-color: #CFDE66;
}
</style>
border-color css
<style>
span { border-color: #CFDE66; }
span { border-color: rgb(207,222,102); }
td.TdClassName
{
border-color: #CFDE66;
}
.TagClassName
{
border-color: #CFDE66;
}
</style>