Shades of Mindaro #C9ED66
Tints of Mindaro #C9ED66
RGB
CMYK
RGB Variations
Color information
#C9ED66 (or 0xC9ED66) is known color: Mindaro. HEX triplet: C9, ED and 66. RGB value is (201,237,102). Sum of RGB (Red+Green+Blue) = 201+237+102=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED66 is #361299. Grayscale: #D3D3D3. Windows color (decimal): -3543706 or 6745545. OLE color: 6745545.
HSL color Cylindrical-coordinate representation of color #C9ED66: hue angle of 76º 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 #C9ED66 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 102 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.07 |
| HSL | 76º | 0.79% | 0.66% | - |
| HSV(B) | 76º | 0.57% | 0.93% | - |
| XYZ | 56.77 | 73.95 | 23.85 | - |
| YUV | 210.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 102 | 0.15 | 0 | 0.57 | 0.07 | 76 | 0.79 | 0.66 |
| Hex | C9 | ED | 66 | F | 0 | 39 | 7 | 4C | 4F | 42 |
| Octal | 311 | 355 | 146 | 17 | 0 | 71 | 7 | 114 | 117 | 102 |
| Binary | 11001001 | 11101101 | 1100110 | 1111 | 0 | 111001 | 111 | 1001100 | 1001111 | 1000010 |
Color Harmonies of #C9ED66
Complementary color
Monochromatic Colors of #C9ED66
Black with #C9ED66
Text Example
Text Example
White with #C9ED66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED66; }
p { color: rgb(201,237,102); }
H1.HeaderClassName
{
color: #C9ED66;
}
.AnyTagClassName
{
color: #C9ED66;
}
</style>
background-color css
<style>
a { background-color: #C9ED66; }
a { background-color: rgb(201,237,102); }
div.DivClassName
{
background-color: #C9ED66;
}
.BgClassName
{
background-color: #C9ED66;
}
</style>
border-color css
<style>
span { border-color: #C9ED66; }
span { border-color: rgb(201,237,102); }
td.TdClassName
{
border-color: #C9ED66;
}
.TagClassName
{
border-color: #C9ED66;
}
</style>