Shades of Mindaro #C8FC5B
Tints of Mindaro #C8FC5B
RGB
CMYK
RGB Variations
Color information
#C8FC5B (or 0xC8FC5B) is known color: Mindaro. HEX triplet: C8, FC and 5B. RGB value is (200,252,91). Sum of RGB (Red+Green+Blue) = 200+252+91=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #C8FC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FC5B is #3703A4. Grayscale: #DADADA. Windows color (decimal): -3605413 or 6028488. OLE color: 6028488.
HSL color Cylindrical-coordinate representation of color #C8FC5B: hue angle of 79.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8FC5B is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 252 | 91 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.01 |
| HSL | 79.38º | 0.96% | 0.67% | - |
| HSV(B) | 79.38º | 0.64% | 0.99% | - |
| XYZ | 60.52 | 82.66 | 22.66 | - |
| YUV | 218.1 | 56.27 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 252 | 91 | 0.21 | 0 | 0.64 | 0.01 | 79.38 | 0.96 | 0.67 |
| Hex | C8 | FC | 5B | 15 | 0 | 40 | 1 | 4F | 60 | 43 |
| Octal | 310 | 374 | 133 | 25 | 0 | 100 | 1 | 117 | 140 | 103 |
| Binary | 11001000 | 11111100 | 1011011 | 10101 | 0 | 1000000 | 1 | 1001111 | 1100000 | 1000011 |
Color Harmonies of #C8FC5B
Complementary color
Monochromatic Colors of #C8FC5B
Black with #C8FC5B
Text Example
Text Example
White with #C8FC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FC5B; }
p { color: rgb(200,252,91); }
H1.HeaderClassName
{
color: #C8FC5B;
}
.AnyTagClassName
{
color: #C8FC5B;
}
</style>
background-color css
<style>
a { background-color: #C8FC5B; }
a { background-color: rgb(200,252,91); }
div.DivClassName
{
background-color: #C8FC5B;
}
.BgClassName
{
background-color: #C8FC5B;
}
</style>
border-color css
<style>
span { border-color: #C8FC5B; }
span { border-color: rgb(200,252,91); }
td.TdClassName
{
border-color: #C8FC5B;
}
.TagClassName
{
border-color: #C8FC5B;
}
</style>