Shades of Mindaro #C6E568
Tints of Mindaro #C6E568
RGB
CMYK
RGB Variations
Color information
#C6E568 (or 0xC6E568) is known color: Mindaro. HEX triplet: C6, E5 and 68. RGB value is (198,229,104). Sum of RGB (Red+Green+Blue) = 198+229+104=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E568 is #391A97. Grayscale: #CDCDCD. Windows color (decimal): -3742360 or 6874566. OLE color: 6874566.
HSL color Cylindrical-coordinate representation of color #C6E568: hue angle of 74.88º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6E568 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 104 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.10 |
| HSL | 74.88º | 0.71% | 0.65% | - |
| HSV(B) | 74.88º | 0.55% | 0.9% | - |
| XYZ | 53.81 | 69.04 | 23.59 | - |
| YUV | 205.48 | 70.73 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 104 | 0.14 | 0 | 0.55 | 0.10 | 74.88 | 0.71 | 0.65 |
| Hex | C6 | E5 | 68 | E | 0 | 37 | A | 4B | 47 | 41 |
| Octal | 306 | 345 | 150 | 16 | 0 | 67 | 12 | 113 | 107 | 101 |
| Binary | 11000110 | 11100101 | 1101000 | 1110 | 0 | 110111 | 1010 | 1001011 | 1000111 | 1000001 |
Color Harmonies of #C6E568
Complementary color
Monochromatic Colors of #C6E568
Black with #C6E568
Text Example
Text Example
White with #C6E568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E568; }
p { color: rgb(198,229,104); }
H1.HeaderClassName
{
color: #C6E568;
}
.AnyTagClassName
{
color: #C6E568;
}
</style>
background-color css
<style>
a { background-color: #C6E568; }
a { background-color: rgb(198,229,104); }
div.DivClassName
{
background-color: #C6E568;
}
.BgClassName
{
background-color: #C6E568;
}
</style>
border-color css
<style>
span { border-color: #C6E568; }
span { border-color: rgb(198,229,104); }
td.TdClassName
{
border-color: #C6E568;
}
.TagClassName
{
border-color: #C6E568;
}
</style>