Shades of Mindaro #C8FA5D
Tints of Mindaro #C8FA5D
RGB
CMYK
RGB Variations
Color information
#C8FA5D (or 0xC8FA5D) is known color: Mindaro. HEX triplet: C8, FA and 5D. RGB value is (200,250,93). Sum of RGB (Red+Green+Blue) = 200+250+93=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA5D is #3705A2. Grayscale: #D9D9D9. Windows color (decimal): -3605923 or 6159048. OLE color: 6159048.
HSL color Cylindrical-coordinate representation of color #C8FA5D: hue angle of 79.11º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8FA5D is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 93 | - |
| CMYK | 0.2 | 0 | 0.63 | 0.02 |
| HSL | 79.11º | 0.94% | 0.67% | - |
| HSV(B) | 79.11º | 0.63% | 0.98% | - |
| XYZ | 59.98 | 81.44 | 22.91 | - |
| YUV | 217.15 | 57.94 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 93 | 0.2 | 0 | 0.63 | 0.02 | 79.11 | 0.94 | 0.67 |
| Hex | C8 | FA | 5D | 14 | 0 | 3F | 2 | 4F | 5E | 43 |
| Octal | 310 | 372 | 135 | 24 | 0 | 77 | 2 | 117 | 136 | 103 |
| Binary | 11001000 | 11111010 | 1011101 | 10100 | 0 | 111111 | 10 | 1001111 | 1011110 | 1000011 |
Color Harmonies of #C8FA5D
Complementary color
Monochromatic Colors of #C8FA5D
Black with #C8FA5D
Text Example
Text Example
White with #C8FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA5D; }
p { color: rgb(200,250,93); }
H1.HeaderClassName
{
color: #C8FA5D;
}
.AnyTagClassName
{
color: #C8FA5D;
}
</style>
background-color css
<style>
a { background-color: #C8FA5D; }
a { background-color: rgb(200,250,93); }
div.DivClassName
{
background-color: #C8FA5D;
}
.BgClassName
{
background-color: #C8FA5D;
}
</style>
border-color css
<style>
span { border-color: #C8FA5D; }
span { border-color: rgb(200,250,93); }
td.TdClassName
{
border-color: #C8FA5D;
}
.TagClassName
{
border-color: #C8FA5D;
}
</style>