Shades of Mindaro #C8FD63
Tints of Mindaro #C8FD63
RGB
CMYK
RGB Variations
Color information
#C8FD63 (or 0xC8FD63) is known color: Mindaro. HEX triplet: C8, FD and 63. RGB value is (200,253,99). Sum of RGB (Red+Green+Blue) = 200+253+99=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FD63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FD63 is #37029C. Grayscale: #DCDCDC. Windows color (decimal): -3605149 or 6553032. OLE color: 6553032.
HSL color Cylindrical-coordinate representation of color #C8FD63: hue angle of 80.65º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8FD63 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 253 | 99 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.01 |
| HSL | 80.65º | 0.97% | 0.69% | - |
| HSV(B) | 80.65º | 0.61% | 0.99% | - |
| XYZ | 61.2 | 83.43 | 24.68 | - |
| YUV | 219.6 | 59.94 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 253 | 99 | 0.21 | 0 | 0.61 | 0.01 | 80.65 | 0.97 | 0.69 |
| Hex | C8 | FD | 63 | 15 | 0 | 3D | 1 | 51 | 61 | 45 |
| Octal | 310 | 375 | 143 | 25 | 0 | 75 | 1 | 121 | 141 | 105 |
| Binary | 11001000 | 11111101 | 1100011 | 10101 | 0 | 111101 | 1 | 1010001 | 1100001 | 1000101 |
Color Harmonies of #C8FD63
Complementary color
Monochromatic Colors of #C8FD63
Black with #C8FD63
Text Example
Text Example
White with #C8FD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FD63; }
p { color: rgb(200,253,99); }
H1.HeaderClassName
{
color: #C8FD63;
}
.AnyTagClassName
{
color: #C8FD63;
}
</style>
background-color css
<style>
a { background-color: #C8FD63; }
a { background-color: rgb(200,253,99); }
div.DivClassName
{
background-color: #C8FD63;
}
.BgClassName
{
background-color: #C8FD63;
}
</style>
border-color css
<style>
span { border-color: #C8FD63; }
span { border-color: rgb(200,253,99); }
td.TdClassName
{
border-color: #C8FD63;
}
.TagClassName
{
border-color: #C8FD63;
}
</style>