Shades of Mindaro #C8E468
Tints of Mindaro #C8E468
RGB
CMYK
RGB Variations
Color information
#C8E468 (or 0xC8E468) is known color: Mindaro. HEX triplet: C8, E4 and 68. RGB value is (200,228,104). Sum of RGB (Red+Green+Blue) = 200+228+104=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E468 is #371B97. Grayscale: #CDCDCD. Windows color (decimal): -3611544 or 6874312. OLE color: 6874312.
HSL color Cylindrical-coordinate representation of color #C8E468: hue angle of 73.55º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8E468 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 104 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.11 |
| HSL | 73.55º | 0.7% | 0.65% | - |
| HSV(B) | 73.55º | 0.54% | 0.89% | - |
| XYZ | 54.06 | 68.77 | 23.52 | - |
| YUV | 205.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 104 | 0.12 | 0 | 0.54 | 0.11 | 73.55 | 0.7 | 0.65 |
| Hex | C8 | E4 | 68 | C | 0 | 36 | B | 4A | 46 | 41 |
| Octal | 310 | 344 | 150 | 14 | 0 | 66 | 13 | 112 | 106 | 101 |
| Binary | 11001000 | 11100100 | 1101000 | 1100 | 0 | 110110 | 1011 | 1001010 | 1000110 | 1000001 |
Color Harmonies of #C8E468
Complementary color
Monochromatic Colors of #C8E468
Black with #C8E468
Text Example
Text Example
White with #C8E468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E468; }
p { color: rgb(200,228,104); }
H1.HeaderClassName
{
color: #C8E468;
}
.AnyTagClassName
{
color: #C8E468;
}
</style>
background-color css
<style>
a { background-color: #C8E468; }
a { background-color: rgb(200,228,104); }
div.DivClassName
{
background-color: #C8E468;
}
.BgClassName
{
background-color: #C8E468;
}
</style>
border-color css
<style>
span { border-color: #C8E468; }
span { border-color: rgb(200,228,104); }
td.TdClassName
{
border-color: #C8E468;
}
.TagClassName
{
border-color: #C8E468;
}
</style>