Shades of Mindaro #CFDE65
Tints of Mindaro #CFDE65
RGB
CMYK
RGB Variations
Color information
#CFDE65 (or 0xCFDE65) is known color: Mindaro. HEX triplet: CF, DE and 65. RGB value is (207,222,101). Sum of RGB (Red+Green+Blue) = 207+222+101=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFDE65 is #30219A. Grayscale: #CCCCCC. Windows color (decimal): -3154331 or 6676175. OLE color: 6676175.
HSL color Cylindrical-coordinate representation of color #CFDE65: hue angle of 67.44º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFDE65 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 101 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.13 |
| HSL | 67.44º | 0.65% | 0.63% | - |
| HSV(B) | 67.44º | 0.55% | 0.87% | - |
| XYZ | 54.2 | 66.45 | 22.28 | - |
| YUV | 203.72 | 70.03 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 101 | 0.07 | 0 | 0.55 | 0.13 | 67.44 | 0.65 | 0.63 |
| Hex | CF | DE | 65 | 7 | 0 | 37 | D | 43 | 41 | 3F |
| Octal | 317 | 336 | 145 | 7 | 0 | 67 | 15 | 103 | 101 | 77 |
| Binary | 11001111 | 11011110 | 1100101 | 111 | 0 | 110111 | 1101 | 1000011 | 1000001 | 111111 |
Color Harmonies of #CFDE65
Complementary color
Monochromatic Colors of #CFDE65
Black with #CFDE65
Text Example
Text Example
White with #CFDE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE65; }
p { color: rgb(207,222,101); }
H1.HeaderClassName
{
color: #CFDE65;
}
.AnyTagClassName
{
color: #CFDE65;
}
</style>
background-color css
<style>
a { background-color: #CFDE65; }
a { background-color: rgb(207,222,101); }
div.DivClassName
{
background-color: #CFDE65;
}
.BgClassName
{
background-color: #CFDE65;
}
</style>
border-color css
<style>
span { border-color: #CFDE65; }
span { border-color: rgb(207,222,101); }
td.TdClassName
{
border-color: #CFDE65;
}
.TagClassName
{
border-color: #CFDE65;
}
</style>