Shades of Mindaro #C5E766
Tints of Mindaro #C5E766
RGB
CMYK
RGB Variations
Color information
#C5E766 (or 0xC5E766) is known color: Mindaro. HEX triplet: C5, E7 and 66. RGB value is (197,231,102). Sum of RGB (Red+Green+Blue) = 197+231+102=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E766 is #3A1899. Grayscale: #CECECE. Windows color (decimal): -3807386 or 6744005. OLE color: 6744005.
HSL color Cylindrical-coordinate representation of color #C5E766: hue angle of 75.81º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5E766 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 102 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.09 |
| HSL | 75.81º | 0.73% | 0.65% | - |
| HSV(B) | 75.81º | 0.56% | 0.91% | - |
| XYZ | 54 | 69.98 | 23.23 | - |
| YUV | 206.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 102 | 0.15 | 0 | 0.56 | 0.09 | 75.81 | 0.73 | 0.65 |
| Hex | C5 | E7 | 66 | F | 0 | 38 | 9 | 4C | 49 | 41 |
| Octal | 305 | 347 | 146 | 17 | 0 | 70 | 11 | 114 | 111 | 101 |
| Binary | 11000101 | 11100111 | 1100110 | 1111 | 0 | 111000 | 1001 | 1001100 | 1001001 | 1000001 |
Color Harmonies of #C5E766
Complementary color
Monochromatic Colors of #C5E766
Black with #C5E766
Text Example
Text Example
White with #C5E766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E766; }
p { color: rgb(197,231,102); }
H1.HeaderClassName
{
color: #C5E766;
}
.AnyTagClassName
{
color: #C5E766;
}
</style>
background-color css
<style>
a { background-color: #C5E766; }
a { background-color: rgb(197,231,102); }
div.DivClassName
{
background-color: #C5E766;
}
.BgClassName
{
background-color: #C5E766;
}
</style>
border-color css
<style>
span { border-color: #C5E766; }
span { border-color: rgb(197,231,102); }
td.TdClassName
{
border-color: #C5E766;
}
.TagClassName
{
border-color: #C5E766;
}
</style>