Shades of Mindaro #C8FA58
Tints of Mindaro #C8FA58
RGB
CMYK
RGB Variations
Color information
#C8FA58 (or 0xC8FA58) is known color: Mindaro. HEX triplet: C8, FA and 58. RGB value is (200,250,88). Sum of RGB (Red+Green+Blue) = 200+250+88=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA58 is #3705A7. Grayscale: #D9D9D9. Windows color (decimal): -3605928 or 5831368. OLE color: 5831368.
HSL color Cylindrical-coordinate representation of color #C8FA58: hue angle of 78.52º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8FA58 is Cyan = 0.2, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 88 | - |
| CMYK | 0.2 | 0 | 0.65 | 0.02 |
| HSL | 78.52º | 0.94% | 0.66% | - |
| HSV(B) | 78.52º | 0.65% | 0.98% | - |
| XYZ | 59.77 | 81.36 | 21.79 | - |
| YUV | 216.58 | 55.44 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 88 | 0.2 | 0 | 0.65 | 0.02 | 78.52 | 0.94 | 0.66 |
| Hex | C8 | FA | 58 | 14 | 0 | 41 | 2 | 4F | 5E | 42 |
| Octal | 310 | 372 | 130 | 24 | 0 | 101 | 2 | 117 | 136 | 102 |
| Binary | 11001000 | 11111010 | 1011000 | 10100 | 0 | 1000001 | 10 | 1001111 | 1011110 | 1000010 |
Color Harmonies of #C8FA58
Complementary color
Monochromatic Colors of #C8FA58
Black with #C8FA58
Text Example
Text Example
White with #C8FA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA58; }
p { color: rgb(200,250,88); }
H1.HeaderClassName
{
color: #C8FA58;
}
.AnyTagClassName
{
color: #C8FA58;
}
</style>
background-color css
<style>
a { background-color: #C8FA58; }
a { background-color: rgb(200,250,88); }
div.DivClassName
{
background-color: #C8FA58;
}
.BgClassName
{
background-color: #C8FA58;
}
</style>
border-color css
<style>
span { border-color: #C8FA58; }
span { border-color: rgb(200,250,88); }
td.TdClassName
{
border-color: #C8FA58;
}
.TagClassName
{
border-color: #C8FA58;
}
</style>