Shades of Mindaro #C8F95E
Tints of Mindaro #C8F95E
RGB
CMYK
RGB Variations
Color information
#C8F95E (or 0xC8F95E) is known color: Mindaro. HEX triplet: C8, F9 and 5E. RGB value is (200,249,94). Sum of RGB (Red+Green+Blue) = 200+249+94=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F95E is #3706A1. Grayscale: #D9D9D9. Windows color (decimal): -3606178 or 6224328. OLE color: 6224328.
HSL color Cylindrical-coordinate representation of color #C8F95E: hue angle of 78.97º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8F95E is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 94 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.02 |
| HSL | 78.97º | 0.93% | 0.67% | - |
| HSV(B) | 78.97º | 0.62% | 0.98% | - |
| XYZ | 59.72 | 80.84 | 23.05 | - |
| YUV | 216.68 | 58.77 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 94 | 0.20 | 0 | 0.62 | 0.02 | 78.97 | 0.93 | 0.67 |
| Hex | C8 | F9 | 5E | 14 | 0 | 3E | 2 | 4F | 5D | 43 |
| Octal | 310 | 371 | 136 | 24 | 0 | 76 | 2 | 117 | 135 | 103 |
| Binary | 11001000 | 11111001 | 1011110 | 10100 | 0 | 111110 | 10 | 1001111 | 1011101 | 1000011 |
Color Harmonies of #C8F95E
Complementary color
Monochromatic Colors of #C8F95E
Black with #C8F95E
Text Example
Text Example
White with #C8F95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F95E; }
p { color: rgb(200,249,94); }
H1.HeaderClassName
{
color: #C8F95E;
}
.AnyTagClassName
{
color: #C8F95E;
}
</style>
background-color css
<style>
a { background-color: #C8F95E; }
a { background-color: rgb(200,249,94); }
div.DivClassName
{
background-color: #C8F95E;
}
.BgClassName
{
background-color: #C8F95E;
}
</style>
border-color css
<style>
span { border-color: #C8F95E; }
span { border-color: rgb(200,249,94); }
td.TdClassName
{
border-color: #C8F95E;
}
.TagClassName
{
border-color: #C8F95E;
}
</style>