Shades of Mindaro #C6DD6E
Tints of Mindaro #C6DD6E
RGB
CMYK
RGB Variations
Color information
#C6DD6E (or 0xC6DD6E) is known color: Mindaro. HEX triplet: C6, DD and 6E. RGB value is (198,221,110). Sum of RGB (Red+Green+Blue) = 198+221+110=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #C6DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DD6E is #392291. Grayscale: #C9C9C9. Windows color (decimal): -3744402 or 7265734. OLE color: 7265734.
HSL color Cylindrical-coordinate representation of color #C6DD6E: hue angle of 72.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C6DD6E is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 221 | 110 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.13 |
| HSL | 72.43º | 0.62% | 0.65% | - |
| HSV(B) | 72.43º | 0.5% | 0.87% | - |
| XYZ | 51.96 | 64.84 | 24.53 | - |
| YUV | 201.47 | 76.38 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 221 | 110 | 0.10 | 0 | 0.50 | 0.13 | 72.43 | 0.62 | 0.65 |
| Hex | C6 | DD | 6E | A | 0 | 32 | D | 48 | 3E | 41 |
| Octal | 306 | 335 | 156 | 12 | 0 | 62 | 15 | 110 | 76 | 101 |
| Binary | 11000110 | 11011101 | 1101110 | 1010 | 0 | 110010 | 1101 | 1001000 | 111110 | 1000001 |
Color Harmonies of #C6DD6E
Complementary color
Monochromatic Colors of #C6DD6E
Black with #C6DD6E
Text Example
Text Example
White with #C6DD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DD6E; }
p { color: rgb(198,221,110); }
H1.HeaderClassName
{
color: #C6DD6E;
}
.AnyTagClassName
{
color: #C6DD6E;
}
</style>
background-color css
<style>
a { background-color: #C6DD6E; }
a { background-color: rgb(198,221,110); }
div.DivClassName
{
background-color: #C6DD6E;
}
.BgClassName
{
background-color: #C6DD6E;
}
</style>
border-color css
<style>
span { border-color: #C6DD6E; }
span { border-color: rgb(198,221,110); }
td.TdClassName
{
border-color: #C6DD6E;
}
.TagClassName
{
border-color: #C6DD6E;
}
</style>