Shades of Mindaro #C6F85D
Tints of Mindaro #C6F85D
RGB
CMYK
RGB Variations
Color information
#C6F85D (or 0xC6F85D) is known color: Mindaro. HEX triplet: C6, F8 and 5D. RGB value is (198,248,93). Sum of RGB (Red+Green+Blue) = 198+248+93=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F85D is #3907A2. Grayscale: #D7D7D7. Windows color (decimal): -3737507 or 6158534. OLE color: 6158534.
HSL color Cylindrical-coordinate representation of color #C6F85D: hue angle of 79.35º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6F85D is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 93 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.03 |
| HSL | 79.35º | 0.92% | 0.67% | - |
| HSV(B) | 79.35º | 0.63% | 0.97% | - |
| XYZ | 58.83 | 79.93 | 22.68 | - |
| YUV | 215.38 | 58.94 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 93 | 0.20 | 0 | 0.62 | 0.03 | 79.35 | 0.92 | 0.67 |
| Hex | C6 | F8 | 5D | 14 | 0 | 3E | 3 | 4F | 5C | 43 |
| Octal | 306 | 370 | 135 | 24 | 0 | 76 | 3 | 117 | 134 | 103 |
| Binary | 11000110 | 11111000 | 1011101 | 10100 | 0 | 111110 | 11 | 1001111 | 1011100 | 1000011 |
Color Harmonies of #C6F85D
Complementary color
Monochromatic Colors of #C6F85D
Black with #C6F85D
Text Example
Text Example
White with #C6F85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F85D; }
p { color: rgb(198,248,93); }
H1.HeaderClassName
{
color: #C6F85D;
}
.AnyTagClassName
{
color: #C6F85D;
}
</style>
background-color css
<style>
a { background-color: #C6F85D; }
a { background-color: rgb(198,248,93); }
div.DivClassName
{
background-color: #C6F85D;
}
.BgClassName
{
background-color: #C6F85D;
}
</style>
border-color css
<style>
span { border-color: #C6F85D; }
span { border-color: rgb(198,248,93); }
td.TdClassName
{
border-color: #C6F85D;
}
.TagClassName
{
border-color: #C6F85D;
}
</style>