Shades of Mindaro #C8FB64
Tints of Mindaro #C8FB64
RGB
CMYK
RGB Variations
Color information
#C8FB64 (or 0xC8FB64) is known color: Mindaro. HEX triplet: C8, FB and 64. RGB value is (200,251,100). Sum of RGB (Red+Green+Blue) = 200+251+100=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 100 (39.45% from 255 or 18.15% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FB64 is #37049B. Grayscale: #DBDBDB. Windows color (decimal): -3605660 or 6618056. OLE color: 6618056.
HSL color Cylindrical-coordinate representation of color #C8FB64: hue angle of 80.26º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8FB64 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 100 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.02 |
| HSL | 80.26º | 0.95% | 0.69% | - |
| HSV(B) | 80.26º | 0.6% | 0.98% | - |
| XYZ | 60.62 | 82.19 | 24.73 | - |
| YUV | 218.54 | 61.1 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 100 | 0.20 | 0 | 0.60 | 0.02 | 80.26 | 0.95 | 0.69 |
| Hex | C8 | FB | 64 | 14 | 0 | 3C | 2 | 50 | 5F | 45 |
| Octal | 310 | 373 | 144 | 24 | 0 | 74 | 2 | 120 | 137 | 105 |
| Binary | 11001000 | 11111011 | 1100100 | 10100 | 0 | 111100 | 10 | 1010000 | 1011111 | 1000101 |
Color Harmonies of #C8FB64
Complementary color
Monochromatic Colors of #C8FB64
Black with #C8FB64
Text Example
Text Example
White with #C8FB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB64; }
p { color: rgb(200,251,100); }
H1.HeaderClassName
{
color: #C8FB64;
}
.AnyTagClassName
{
color: #C8FB64;
}
</style>
background-color css
<style>
a { background-color: #C8FB64; }
a { background-color: rgb(200,251,100); }
div.DivClassName
{
background-color: #C8FB64;
}
.BgClassName
{
background-color: #C8FB64;
}
</style>
border-color css
<style>
span { border-color: #C8FB64; }
span { border-color: rgb(200,251,100); }
td.TdClassName
{
border-color: #C8FB64;
}
.TagClassName
{
border-color: #C8FB64;
}
</style>