Shades of Mindaro #C6DF68
Tints of Mindaro #C6DF68
RGB
CMYK
RGB Variations
Color information
#C6DF68 (or 0xC6DF68) is known color: Mindaro. HEX triplet: C6, DF and 68. RGB value is (198,223,104). Sum of RGB (Red+Green+Blue) = 198+223+104=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6DF68 is #392097. Grayscale: #CACACA. Windows color (decimal): -3743896 or 6873030. OLE color: 6873030.
HSL color Cylindrical-coordinate representation of color #C6DF68: hue angle of 72.61º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6DF68 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 104 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.13 |
| HSL | 72.61º | 0.65% | 0.64% | - |
| HSV(B) | 72.61º | 0.53% | 0.87% | - |
| XYZ | 52.18 | 65.78 | 23.04 | - |
| YUV | 201.96 | 72.72 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 104 | 0.11 | 0 | 0.53 | 0.13 | 72.61 | 0.65 | 0.64 |
| Hex | C6 | DF | 68 | B | 0 | 35 | D | 49 | 41 | 40 |
| Octal | 306 | 337 | 150 | 13 | 0 | 65 | 15 | 111 | 101 | 100 |
| Binary | 11000110 | 11011111 | 1101000 | 1011 | 0 | 110101 | 1101 | 1001001 | 1000001 | 1000000 |
Color Harmonies of #C6DF68
Complementary color
Monochromatic Colors of #C6DF68
Black with #C6DF68
Text Example
Text Example
White with #C6DF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF68; }
p { color: rgb(198,223,104); }
H1.HeaderClassName
{
color: #C6DF68;
}
.AnyTagClassName
{
color: #C6DF68;
}
</style>
background-color css
<style>
a { background-color: #C6DF68; }
a { background-color: rgb(198,223,104); }
div.DivClassName
{
background-color: #C6DF68;
}
.BgClassName
{
background-color: #C6DF68;
}
</style>
border-color css
<style>
span { border-color: #C6DF68; }
span { border-color: rgb(198,223,104); }
td.TdClassName
{
border-color: #C6DF68;
}
.TagClassName
{
border-color: #C6DF68;
}
</style>