Shades of Mindaro #C8E568
Tints of Mindaro #C8E568
RGB
CMYK
RGB Variations
Color information
#C8E568 (or 0xC8E568) is known color: Mindaro. HEX triplet: C8, E5 and 68. RGB value is (200,229,104). Sum of RGB (Red+Green+Blue) = 200+229+104=533 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.52% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E568 is #371A97. Grayscale: #CECECE. Windows color (decimal): -3611288 or 6874568. OLE color: 6874568.
HSL color Cylindrical-coordinate representation of color #C8E568: hue angle of 73.92º 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 #C8E568 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 104 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.10 |
| HSL | 73.92º | 0.71% | 0.65% | - |
| HSV(B) | 73.92º | 0.55% | 0.9% | - |
| XYZ | 54.34 | 69.32 | 23.61 | - |
| YUV | 206.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 104 | 0.13 | 0 | 0.55 | 0.10 | 73.92 | 0.71 | 0.65 |
| Hex | C8 | E5 | 68 | D | 0 | 37 | A | 4A | 47 | 41 |
| Octal | 310 | 345 | 150 | 15 | 0 | 67 | 12 | 112 | 107 | 101 |
| Binary | 11001000 | 11100101 | 1101000 | 1101 | 0 | 110111 | 1010 | 1001010 | 1000111 | 1000001 |
Color Harmonies of #C8E568
Complementary color
Monochromatic Colors of #C8E568
Black with #C8E568
Text Example
Text Example
White with #C8E568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E568; }
p { color: rgb(200,229,104); }
H1.HeaderClassName
{
color: #C8E568;
}
.AnyTagClassName
{
color: #C8E568;
}
</style>
background-color css
<style>
a { background-color: #C8E568; }
a { background-color: rgb(200,229,104); }
div.DivClassName
{
background-color: #C8E568;
}
.BgClassName
{
background-color: #C8E568;
}
</style>
border-color css
<style>
span { border-color: #C8E568; }
span { border-color: rgb(200,229,104); }
td.TdClassName
{
border-color: #C8E568;
}
.TagClassName
{
border-color: #C8E568;
}
</style>