Shades of Mindaro #C9E266
Tints of Mindaro #C9E266
RGB
CMYK
RGB Variations
Color information
#C9E266 (or 0xC9E266) is known color: Mindaro. HEX triplet: C9, E2 and 66. RGB value is (201,226,102). Sum of RGB (Red+Green+Blue) = 201+226+102=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E266 is #361D99. Grayscale: #CCCCCC. Windows color (decimal): -3546522 or 6742729. OLE color: 6742729.
HSL color Cylindrical-coordinate representation of color #C9E266: hue angle of 72.1º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9E266 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 226 | 102 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.11 |
| HSL | 72.1º | 0.68% | 0.64% | - |
| HSV(B) | 72.1º | 0.55% | 0.89% | - |
| XYZ | 53.68 | 67.77 | 22.82 | - |
| YUV | 204.39 | 70.22 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 102 | 0.11 | 0 | 0.55 | 0.11 | 72.1 | 0.68 | 0.64 |
| Hex | C9 | E2 | 66 | B | 0 | 37 | B | 48 | 44 | 40 |
| Octal | 311 | 342 | 146 | 13 | 0 | 67 | 13 | 110 | 104 | 100 |
| Binary | 11001001 | 11100010 | 1100110 | 1011 | 0 | 110111 | 1011 | 1001000 | 1000100 | 1000000 |
Color Harmonies of #C9E266
Complementary color
Monochromatic Colors of #C9E266
Black with #C9E266
Text Example
Text Example
White with #C9E266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E266; }
p { color: rgb(201,226,102); }
H1.HeaderClassName
{
color: #C9E266;
}
.AnyTagClassName
{
color: #C9E266;
}
</style>
background-color css
<style>
a { background-color: #C9E266; }
a { background-color: rgb(201,226,102); }
div.DivClassName
{
background-color: #C9E266;
}
.BgClassName
{
background-color: #C9E266;
}
</style>
border-color css
<style>
span { border-color: #C9E266; }
span { border-color: rgb(201,226,102); }
td.TdClassName
{
border-color: #C9E266;
}
.TagClassName
{
border-color: #C9E266;
}
</style>