Shades of Mindaro #C5E767
Tints of Mindaro #C5E767
RGB
CMYK
RGB Variations
Color information
#C5E767 (or 0xC5E767) is known color: Mindaro. HEX triplet: C5, E7 and 67. RGB value is (197,231,103). Sum of RGB (Red+Green+Blue) = 197+231+103=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 231 (90.62% from 255 or 43.50% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E767 is #3A1898. Grayscale: #CECECE. Windows color (decimal): -3807385 or 6809541. OLE color: 6809541.
HSL color Cylindrical-coordinate representation of color #C5E767: hue angle of 75.94º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5E767 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 103 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.09 |
| HSL | 75.94º | 0.73% | 0.65% | - |
| HSV(B) | 75.94º | 0.55% | 0.91% | - |
| XYZ | 54.05 | 70 | 23.49 | - |
| YUV | 206.24 | 69.74 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 103 | 0.15 | 0 | 0.55 | 0.09 | 75.94 | 0.73 | 0.65 |
| Hex | C5 | E7 | 67 | F | 0 | 37 | 9 | 4C | 49 | 41 |
| Octal | 305 | 347 | 147 | 17 | 0 | 67 | 11 | 114 | 111 | 101 |
| Binary | 11000101 | 11100111 | 1100111 | 1111 | 0 | 110111 | 1001 | 1001100 | 1001001 | 1000001 |
Color Harmonies of #C5E767
Complementary color
Monochromatic Colors of #C5E767
Black with #C5E767
Text Example
Text Example
White with #C5E767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E767; }
p { color: rgb(197,231,103); }
H1.HeaderClassName
{
color: #C5E767;
}
.AnyTagClassName
{
color: #C5E767;
}
</style>
background-color css
<style>
a { background-color: #C5E767; }
a { background-color: rgb(197,231,103); }
div.DivClassName
{
background-color: #C5E767;
}
.BgClassName
{
background-color: #C5E767;
}
</style>
border-color css
<style>
span { border-color: #C5E767; }
span { border-color: rgb(197,231,103); }
td.TdClassName
{
border-color: #C5E767;
}
.TagClassName
{
border-color: #C5E767;
}
</style>