Shades of Mindaro #C8EB64
Tints of Mindaro #C8EB64
RGB
CMYK
RGB Variations
Color information
#C8EB64 (or 0xC8EB64) is known color: Mindaro. HEX triplet: C8, EB and 64. RGB value is (200,235,100). Sum of RGB (Red+Green+Blue) = 200+235+100=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EB64 is #37149B. Grayscale: #D1D1D1. Windows color (decimal): -3609756 or 6613960. OLE color: 6613960.
HSL color Cylindrical-coordinate representation of color #C8EB64: hue angle of 75.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8EB64 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 100 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.08 |
| HSL | 75.56º | 0.77% | 0.66% | - |
| HSV(B) | 75.56º | 0.57% | 0.92% | - |
| XYZ | 55.83 | 72.62 | 23.13 | - |
| YUV | 209.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 100 | 0.15 | 0 | 0.57 | 0.08 | 75.56 | 0.77 | 0.66 |
| Hex | C8 | EB | 64 | F | 0 | 39 | 8 | 4C | 4D | 42 |
| Octal | 310 | 353 | 144 | 17 | 0 | 71 | 10 | 114 | 115 | 102 |
| Binary | 11001000 | 11101011 | 1100100 | 1111 | 0 | 111001 | 1000 | 1001100 | 1001101 | 1000010 |
Color Harmonies of #C8EB64
Complementary color
Monochromatic Colors of #C8EB64
Black with #C8EB64
Text Example
Text Example
White with #C8EB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB64; }
p { color: rgb(200,235,100); }
H1.HeaderClassName
{
color: #C8EB64;
}
.AnyTagClassName
{
color: #C8EB64;
}
</style>
background-color css
<style>
a { background-color: #C8EB64; }
a { background-color: rgb(200,235,100); }
div.DivClassName
{
background-color: #C8EB64;
}
.BgClassName
{
background-color: #C8EB64;
}
</style>
border-color css
<style>
span { border-color: #C8EB64; }
span { border-color: rgb(200,235,100); }
td.TdClassName
{
border-color: #C8EB64;
}
.TagClassName
{
border-color: #C8EB64;
}
</style>