Shades of Mindaro #C6F260
Tints of Mindaro #C6F260
RGB
CMYK
RGB Variations
Color information
#C6F260 (or 0xC6F260) is known color: Mindaro. HEX triplet: C6, F2 and 60. RGB value is (198,242,96). Sum of RGB (Red+Green+Blue) = 198+242+96=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F260 is #390D9F. Grayscale: #D4D4D4. Windows color (decimal): -3739040 or 6353606. OLE color: 6353606.
HSL color Cylindrical-coordinate representation of color #C6F260: hue angle of 78.08º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6F260 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 96 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.05 |
| HSL | 78.08º | 0.85% | 0.66% | - |
| HSV(B) | 78.08º | 0.6% | 0.95% | - |
| XYZ | 57.15 | 76.35 | 22.79 | - |
| YUV | 212.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 96 | 0.18 | 0 | 0.60 | 0.05 | 78.08 | 0.85 | 0.66 |
| Hex | C6 | F2 | 60 | 12 | 0 | 3C | 5 | 4E | 55 | 42 |
| Octal | 306 | 362 | 140 | 22 | 0 | 74 | 5 | 116 | 125 | 102 |
| Binary | 11000110 | 11110010 | 1100000 | 10010 | 0 | 111100 | 101 | 1001110 | 1010101 | 1000010 |
Color Harmonies of #C6F260
Complementary color
Monochromatic Colors of #C6F260
Black with #C6F260
Text Example
Text Example
White with #C6F260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F260; }
p { color: rgb(198,242,96); }
H1.HeaderClassName
{
color: #C6F260;
}
.AnyTagClassName
{
color: #C6F260;
}
</style>
background-color css
<style>
a { background-color: #C6F260; }
a { background-color: rgb(198,242,96); }
div.DivClassName
{
background-color: #C6F260;
}
.BgClassName
{
background-color: #C6F260;
}
</style>
border-color css
<style>
span { border-color: #C6F260; }
span { border-color: rgb(198,242,96); }
td.TdClassName
{
border-color: #C6F260;
}
.TagClassName
{
border-color: #C6F260;
}
</style>