Shades of Mindaro #C8FA60
Tints of Mindaro #C8FA60
RGB
CMYK
RGB Variations
Color information
#C8FA60 (or 0xC8FA60) is known color: Mindaro. HEX triplet: C8, FA and 60. RGB value is (200,250,96). Sum of RGB (Red+Green+Blue) = 200+250+96=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8FA60 is #37059F. Grayscale: #DADADA. Windows color (decimal): -3605920 or 6355656. OLE color: 6355656.
HSL color Cylindrical-coordinate representation of color #C8FA60: hue angle of 79.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8FA60 is Cyan = 0.2, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 96 | - |
| CMYK | 0.2 | 0 | 0.62 | 0.02 |
| HSL | 79.48º | 0.94% | 0.68% | - |
| HSV(B) | 79.48º | 0.62% | 0.98% | - |
| XYZ | 60.12 | 81.5 | 23.63 | - |
| YUV | 217.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 96 | 0.2 | 0 | 0.62 | 0.02 | 79.48 | 0.94 | 0.68 |
| Hex | C8 | FA | 60 | 14 | 0 | 3E | 2 | 4F | 5E | 44 |
| Octal | 310 | 372 | 140 | 24 | 0 | 76 | 2 | 117 | 136 | 104 |
| Binary | 11001000 | 11111010 | 1100000 | 10100 | 0 | 111110 | 10 | 1001111 | 1011110 | 1000100 |
Color Harmonies of #C8FA60
Complementary color
Monochromatic Colors of #C8FA60
Black with #C8FA60
Text Example
Text Example
White with #C8FA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA60; }
p { color: rgb(200,250,96); }
H1.HeaderClassName
{
color: #C8FA60;
}
.AnyTagClassName
{
color: #C8FA60;
}
</style>
background-color css
<style>
a { background-color: #C8FA60; }
a { background-color: rgb(200,250,96); }
div.DivClassName
{
background-color: #C8FA60;
}
.BgClassName
{
background-color: #C8FA60;
}
</style>
border-color css
<style>
span { border-color: #C8FA60; }
span { border-color: rgb(200,250,96); }
td.TdClassName
{
border-color: #C8FA60;
}
.TagClassName
{
border-color: #C8FA60;
}
</style>