Shades of Mindaro #C8F85B
Tints of Mindaro #C8F85B
RGB
CMYK
RGB Variations
Color information
#C8F85B (or 0xC8F85B) is known color: Mindaro. HEX triplet: C8, F8 and 5B. RGB value is (200,248,91). Sum of RGB (Red+Green+Blue) = 200+248+91=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F85B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F85B is #3707A4. Grayscale: #D8D8D8. Windows color (decimal): -3606437 or 6027464. OLE color: 6027464.
HSL color Cylindrical-coordinate representation of color #C8F85B: hue angle of 78.34º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8F85B is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 91 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.03 |
| HSL | 78.34º | 0.92% | 0.66% | - |
| HSV(B) | 78.34º | 0.63% | 0.97% | - |
| XYZ | 59.28 | 80.17 | 22.25 | - |
| YUV | 215.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 91 | 0.19 | 0 | 0.63 | 0.03 | 78.34 | 0.92 | 0.66 |
| Hex | C8 | F8 | 5B | 13 | 0 | 3F | 3 | 4E | 5C | 42 |
| Octal | 310 | 370 | 133 | 23 | 0 | 77 | 3 | 116 | 134 | 102 |
| Binary | 11001000 | 11111000 | 1011011 | 10011 | 0 | 111111 | 11 | 1001110 | 1011100 | 1000010 |
Color Harmonies of #C8F85B
Complementary color
Monochromatic Colors of #C8F85B
Black with #C8F85B
Text Example
Text Example
White with #C8F85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F85B; }
p { color: rgb(200,248,91); }
H1.HeaderClassName
{
color: #C8F85B;
}
.AnyTagClassName
{
color: #C8F85B;
}
</style>
background-color css
<style>
a { background-color: #C8F85B; }
a { background-color: rgb(200,248,91); }
div.DivClassName
{
background-color: #C8F85B;
}
.BgClassName
{
background-color: #C8F85B;
}
</style>
border-color css
<style>
span { border-color: #C8F85B; }
span { border-color: rgb(200,248,91); }
td.TdClassName
{
border-color: #C8F85B;
}
.TagClassName
{
border-color: #C8F85B;
}
</style>