Shades of Mindaro #C8FA5E
Tints of Mindaro #C8FA5E
RGB
CMYK
RGB Variations
Color information
#C8FA5E (or 0xC8FA5E) is known color: Mindaro. HEX triplet: C8, FA and 5E. RGB value is (200,250,94). Sum of RGB (Red+Green+Blue) = 200+250+94=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA5E is #3705A1. Grayscale: #D9D9D9. Windows color (decimal): -3605922 or 6224584. OLE color: 6224584.
HSL color Cylindrical-coordinate representation of color #C8FA5E: hue angle of 79.23º degrees, saturation: 0.94, 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 #C8FA5E is Cyan = 0.2, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 94 | - |
| CMYK | 0.2 | 0 | 0.62 | 0.02 |
| HSL | 79.23º | 0.94% | 0.67% | - |
| HSV(B) | 79.23º | 0.62% | 0.98% | - |
| XYZ | 60.03 | 81.46 | 23.15 | - |
| YUV | 217.27 | 58.44 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 94 | 0.2 | 0 | 0.62 | 0.02 | 79.23 | 0.94 | 0.67 |
| Hex | C8 | FA | 5E | 14 | 0 | 3E | 2 | 4F | 5E | 43 |
| Octal | 310 | 372 | 136 | 24 | 0 | 76 | 2 | 117 | 136 | 103 |
| Binary | 11001000 | 11111010 | 1011110 | 10100 | 0 | 111110 | 10 | 1001111 | 1011110 | 1000011 |
Color Harmonies of #C8FA5E
Complementary color
Monochromatic Colors of #C8FA5E
Black with #C8FA5E
Text Example
Text Example
White with #C8FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA5E; }
p { color: rgb(200,250,94); }
H1.HeaderClassName
{
color: #C8FA5E;
}
.AnyTagClassName
{
color: #C8FA5E;
}
</style>
background-color css
<style>
a { background-color: #C8FA5E; }
a { background-color: rgb(200,250,94); }
div.DivClassName
{
background-color: #C8FA5E;
}
.BgClassName
{
background-color: #C8FA5E;
}
</style>
border-color css
<style>
span { border-color: #C8FA5E; }
span { border-color: rgb(200,250,94); }
td.TdClassName
{
border-color: #C8FA5E;
}
.TagClassName
{
border-color: #C8FA5E;
}
</style>