Shades of Mindaro #C8E664
Tints of Mindaro #C8E664
RGB
CMYK
RGB Variations
Color information
#C8E664 (or 0xC8E664) is known color: Mindaro. HEX triplet: C8, E6 and 64. RGB value is (200,230,100). Sum of RGB (Red+Green+Blue) = 200+230+100=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 100 (39.45% from 255 or 18.87% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E664 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E664 is #37199B. Grayscale: #CECECE. Windows color (decimal): -3611036 or 6612680. OLE color: 6612680.
HSL color Cylindrical-coordinate representation of color #C8E664: hue angle of 73.85º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8E664 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 100 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.10 |
| HSL | 73.85º | 0.72% | 0.65% | - |
| HSV(B) | 73.85º | 0.57% | 0.9% | - |
| XYZ | 54.42 | 69.79 | 22.66 | - |
| YUV | 206.21 | 68.06 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 100 | 0.13 | 0 | 0.57 | 0.10 | 73.85 | 0.72 | 0.65 |
| Hex | C8 | E6 | 64 | D | 0 | 39 | A | 4A | 48 | 41 |
| Octal | 310 | 346 | 144 | 15 | 0 | 71 | 12 | 112 | 110 | 101 |
| Binary | 11001000 | 11100110 | 1100100 | 1101 | 0 | 111001 | 1010 | 1001010 | 1001000 | 1000001 |
Color Harmonies of #C8E664
Complementary color
Monochromatic Colors of #C8E664
Black with #C8E664
Text Example
Text Example
White with #C8E664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E664; }
p { color: rgb(200,230,100); }
H1.HeaderClassName
{
color: #C8E664;
}
.AnyTagClassName
{
color: #C8E664;
}
</style>
background-color css
<style>
a { background-color: #C8E664; }
a { background-color: rgb(200,230,100); }
div.DivClassName
{
background-color: #C8E664;
}
.BgClassName
{
background-color: #C8E664;
}
</style>
border-color css
<style>
span { border-color: #C8E664; }
span { border-color: rgb(200,230,100); }
td.TdClassName
{
border-color: #C8E664;
}
.TagClassName
{
border-color: #C8E664;
}
</style>