Shades of Mindaro #CFED66
Tints of Mindaro #CFED66
RGB
CMYK
RGB Variations
Color information
#CFED66 (or 0xCFED66) is known color: Mindaro. HEX triplet: CF, ED and 66. RGB value is (207,237,102). Sum of RGB (Red+Green+Blue) = 207+237+102=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED66 is #301299. Grayscale: #D5D5D5. Windows color (decimal): -3150490 or 6745551. OLE color: 6745551.
HSL color Cylindrical-coordinate representation of color #CFED66: hue angle of 73.33º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFED66 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 102 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.07 |
| HSL | 73.33º | 0.79% | 0.66% | - |
| HSV(B) | 73.33º | 0.57% | 0.93% | - |
| XYZ | 58.41 | 74.79 | 23.93 | - |
| YUV | 212.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 102 | 0.13 | 0 | 0.57 | 0.07 | 73.33 | 0.79 | 0.66 |
| Hex | CF | ED | 66 | D | 0 | 39 | 7 | 49 | 4F | 42 |
| Octal | 317 | 355 | 146 | 15 | 0 | 71 | 7 | 111 | 117 | 102 |
| Binary | 11001111 | 11101101 | 1100110 | 1101 | 0 | 111001 | 111 | 1001001 | 1001111 | 1000010 |
Color Harmonies of #CFED66
Complementary color
Monochromatic Colors of #CFED66
Black with #CFED66
Text Example
Text Example
White with #CFED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED66; }
p { color: rgb(207,237,102); }
H1.HeaderClassName
{
color: #CFED66;
}
.AnyTagClassName
{
color: #CFED66;
}
</style>
background-color css
<style>
a { background-color: #CFED66; }
a { background-color: rgb(207,237,102); }
div.DivClassName
{
background-color: #CFED66;
}
.BgClassName
{
background-color: #CFED66;
}
</style>
border-color css
<style>
span { border-color: #CFED66; }
span { border-color: rgb(207,237,102); }
td.TdClassName
{
border-color: #CFED66;
}
.TagClassName
{
border-color: #CFED66;
}
</style>