Shades of Mindaro #C5E966
Tints of Mindaro #C5E966
RGB
CMYK
RGB Variations
Color information
#C5E966 (or 0xC5E966) is known color: Mindaro. HEX triplet: C5, E9 and 66. RGB value is (197,233,102). Sum of RGB (Red+Green+Blue) = 197+233+102=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E966 is #3A1699. Grayscale: #CFCFCF. Windows color (decimal): -3806874 or 6744517. OLE color: 6744517.
HSL color Cylindrical-coordinate representation of color #C5E966: hue angle of 76.49º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5E966 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 102 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.09 |
| HSL | 76.49º | 0.75% | 0.66% | - |
| HSV(B) | 76.49º | 0.56% | 0.91% | - |
| XYZ | 54.56 | 71.11 | 23.42 | - |
| YUV | 207.3 | 68.57 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 102 | 0.15 | 0 | 0.56 | 0.09 | 76.49 | 0.75 | 0.66 |
| Hex | C5 | E9 | 66 | F | 0 | 38 | 9 | 4C | 4B | 42 |
| Octal | 305 | 351 | 146 | 17 | 0 | 70 | 11 | 114 | 113 | 102 |
| Binary | 11000101 | 11101001 | 1100110 | 1111 | 0 | 111000 | 1001 | 1001100 | 1001011 | 1000010 |
Color Harmonies of #C5E966
Complementary color
Monochromatic Colors of #C5E966
Black with #C5E966
Text Example
Text Example
White with #C5E966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E966; }
p { color: rgb(197,233,102); }
H1.HeaderClassName
{
color: #C5E966;
}
.AnyTagClassName
{
color: #C5E966;
}
</style>
background-color css
<style>
a { background-color: #C5E966; }
a { background-color: rgb(197,233,102); }
div.DivClassName
{
background-color: #C5E966;
}
.BgClassName
{
background-color: #C5E966;
}
</style>
border-color css
<style>
span { border-color: #C5E966; }
span { border-color: rgb(197,233,102); }
td.TdClassName
{
border-color: #C5E966;
}
.TagClassName
{
border-color: #C5E966;
}
</style>