Shades of Mindaro #C6E069
Tints of Mindaro #C6E069
RGB
CMYK
RGB Variations
Color information
#C6E069 (or 0xC6E069) is known color: Mindaro. HEX triplet: C6, E0 and 69. RGB value is (198,224,105). Sum of RGB (Red+Green+Blue) = 198+224+105=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E069 is #391F96. Grayscale: #CBCBCB. Windows color (decimal): -3743639 or 6938822. OLE color: 6938822.
HSL color Cylindrical-coordinate representation of color #C6E069: hue angle of 73.11º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6E069 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 105 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.12 |
| HSL | 73.11º | 0.66% | 0.65% | - |
| HSV(B) | 73.11º | 0.53% | 0.88% | - |
| XYZ | 52.49 | 66.34 | 23.4 | - |
| YUV | 202.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 105 | 0.12 | 0 | 0.53 | 0.12 | 73.11 | 0.66 | 0.65 |
| Hex | C6 | E0 | 69 | C | 0 | 35 | C | 49 | 42 | 41 |
| Octal | 306 | 340 | 151 | 14 | 0 | 65 | 14 | 111 | 102 | 101 |
| Binary | 11000110 | 11100000 | 1101001 | 1100 | 0 | 110101 | 1100 | 1001001 | 1000010 | 1000001 |
Color Harmonies of #C6E069
Complementary color
Monochromatic Colors of #C6E069
Black with #C6E069
Text Example
Text Example
White with #C6E069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E069; }
p { color: rgb(198,224,105); }
H1.HeaderClassName
{
color: #C6E069;
}
.AnyTagClassName
{
color: #C6E069;
}
</style>
background-color css
<style>
a { background-color: #C6E069; }
a { background-color: rgb(198,224,105); }
div.DivClassName
{
background-color: #C6E069;
}
.BgClassName
{
background-color: #C6E069;
}
</style>
border-color css
<style>
span { border-color: #C6E069; }
span { border-color: rgb(198,224,105); }
td.TdClassName
{
border-color: #C6E069;
}
.TagClassName
{
border-color: #C6E069;
}
</style>