Shades of Mindaro #C8E168
Tints of Mindaro #C8E168
RGB
CMYK
RGB Variations
Color information
#C8E168 (or 0xC8E168) is known color: Mindaro. HEX triplet: C8, E1 and 68. RGB value is (200,225,104). Sum of RGB (Red+Green+Blue) = 200+225+104=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8E168 is #371E97. Grayscale: #CCCCCC. Windows color (decimal): -3612312 or 6873544. OLE color: 6873544.
HSL color Cylindrical-coordinate representation of color #C8E168: hue angle of 72.4º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8E168 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 104 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.12 |
| HSL | 72.4º | 0.67% | 0.65% | - |
| HSV(B) | 72.4º | 0.54% | 0.88% | - |
| XYZ | 53.24 | 67.13 | 23.25 | - |
| YUV | 203.73 | 71.72 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 104 | 0.11 | 0 | 0.54 | 0.12 | 72.4 | 0.67 | 0.65 |
| Hex | C8 | E1 | 68 | B | 0 | 36 | C | 48 | 43 | 41 |
| Octal | 310 | 341 | 150 | 13 | 0 | 66 | 14 | 110 | 103 | 101 |
| Binary | 11001000 | 11100001 | 1101000 | 1011 | 0 | 110110 | 1100 | 1001000 | 1000011 | 1000001 |
Color Harmonies of #C8E168
Complementary color
Monochromatic Colors of #C8E168
Black with #C8E168
Text Example
Text Example
White with #C8E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E168; }
p { color: rgb(200,225,104); }
H1.HeaderClassName
{
color: #C8E168;
}
.AnyTagClassName
{
color: #C8E168;
}
</style>
background-color css
<style>
a { background-color: #C8E168; }
a { background-color: rgb(200,225,104); }
div.DivClassName
{
background-color: #C8E168;
}
.BgClassName
{
background-color: #C8E168;
}
</style>
border-color css
<style>
span { border-color: #C8E168; }
span { border-color: rgb(200,225,104); }
td.TdClassName
{
border-color: #C8E168;
}
.TagClassName
{
border-color: #C8E168;
}
</style>