Shades of Mindaro #C7E369
Tints of Mindaro #C7E369
RGB
CMYK
RGB Variations
Color information
#C7E369 (or 0xC7E369) is known color: Mindaro. HEX triplet: C7, E3 and 69. RGB value is (199,227,105). Sum of RGB (Red+Green+Blue) = 199+227+105=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E369 is #381C96. Grayscale: #CDCDCD. Windows color (decimal): -3677335 or 6939591. OLE color: 6939591.
HSL color Cylindrical-coordinate representation of color #C7E369: hue angle of 73.77º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C7E369 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 105 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.11 |
| HSL | 73.77º | 0.69% | 0.65% | - |
| HSV(B) | 73.77º | 0.54% | 0.89% | - |
| XYZ | 53.57 | 68.1 | 23.69 | - |
| YUV | 204.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 105 | 0.12 | 0 | 0.54 | 0.11 | 73.77 | 0.69 | 0.65 |
| Hex | C7 | E3 | 69 | C | 0 | 36 | B | 4A | 45 | 41 |
| Octal | 307 | 343 | 151 | 14 | 0 | 66 | 13 | 112 | 105 | 101 |
| Binary | 11000111 | 11100011 | 1101001 | 1100 | 0 | 110110 | 1011 | 1001010 | 1000101 | 1000001 |
Color Harmonies of #C7E369
Complementary color
Monochromatic Colors of #C7E369
Black with #C7E369
Text Example
Text Example
White with #C7E369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E369; }
p { color: rgb(199,227,105); }
H1.HeaderClassName
{
color: #C7E369;
}
.AnyTagClassName
{
color: #C7E369;
}
</style>
background-color css
<style>
a { background-color: #C7E369; }
a { background-color: rgb(199,227,105); }
div.DivClassName
{
background-color: #C7E369;
}
.BgClassName
{
background-color: #C7E369;
}
</style>
border-color css
<style>
span { border-color: #C7E369; }
span { border-color: rgb(199,227,105); }
td.TdClassName
{
border-color: #C7E369;
}
.TagClassName
{
border-color: #C7E369;
}
</style>