Shades of Mindaro #C8F060
Tints of Mindaro #C8F060
RGB
CMYK
RGB Variations
Color information
#C8F060 (or 0xC8F060) is known color: Mindaro. HEX triplet: C8, F0 and 60. RGB value is (200,240,96). Sum of RGB (Red+Green+Blue) = 200+240+96=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F060 is #370F9F. Grayscale: #D4D4D4. Windows color (decimal): -3608480 or 6353096. OLE color: 6353096.
HSL color Cylindrical-coordinate representation of color #C8F060: hue angle of 76.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8F060 is Cyan = 0.17, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 96 | - |
| CMYK | 0.17 | 0 | 0.6 | 0.06 |
| HSL | 76.67º | 0.83% | 0.66% | - |
| HSV(B) | 76.67º | 0.6% | 0.94% | - |
| XYZ | 57.09 | 75.44 | 22.62 | - |
| YUV | 211.62 | 62.75 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 96 | 0.17 | 0 | 0.6 | 0.06 | 76.67 | 0.83 | 0.66 |
| Hex | C8 | F0 | 60 | 11 | 0 | 3C | 6 | 4D | 53 | 42 |
| Octal | 310 | 360 | 140 | 21 | 0 | 74 | 6 | 115 | 123 | 102 |
| Binary | 11001000 | 11110000 | 1100000 | 10001 | 0 | 111100 | 110 | 1001101 | 1010011 | 1000010 |
Color Harmonies of #C8F060
Complementary color
Monochromatic Colors of #C8F060
Black with #C8F060
Text Example
Text Example
White with #C8F060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F060; }
p { color: rgb(200,240,96); }
H1.HeaderClassName
{
color: #C8F060;
}
.AnyTagClassName
{
color: #C8F060;
}
</style>
background-color css
<style>
a { background-color: #C8F060; }
a { background-color: rgb(200,240,96); }
div.DivClassName
{
background-color: #C8F060;
}
.BgClassName
{
background-color: #C8F060;
}
</style>
border-color css
<style>
span { border-color: #C8F060; }
span { border-color: rgb(200,240,96); }
td.TdClassName
{
border-color: #C8F060;
}
.TagClassName
{
border-color: #C8F060;
}
</style>