Shades of Mindaro #C6FD60
Tints of Mindaro #C6FD60
RGB
CMYK
RGB Variations
Color information
#C6FD60 (or 0xC6FD60) is known color: Mindaro. HEX triplet: C6, FD and 60. RGB value is (198,253,96). Sum of RGB (Red+Green+Blue) = 198+253+96=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 96 (37.89% from 255 or 17.55% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FD60 is #39029F. Grayscale: #DBDBDB. Windows color (decimal): -3736224 or 6356422. OLE color: 6356422.
HSL color Cylindrical-coordinate representation of color #C6FD60: hue angle of 81.02º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6FD60 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 253 | 96 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.01 |
| HSL | 81.02º | 0.98% | 0.68% | - |
| HSV(B) | 81.02º | 0.62% | 0.99% | - |
| XYZ | 60.53 | 83.1 | 23.92 | - |
| YUV | 218.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 253 | 96 | 0.22 | 0 | 0.62 | 0.01 | 81.02 | 0.98 | 0.68 |
| Hex | C6 | FD | 60 | 16 | 0 | 3E | 1 | 51 | 62 | 44 |
| Octal | 306 | 375 | 140 | 26 | 0 | 76 | 1 | 121 | 142 | 104 |
| Binary | 11000110 | 11111101 | 1100000 | 10110 | 0 | 111110 | 1 | 1010001 | 1100010 | 1000100 |
Color Harmonies of #C6FD60
Complementary color
Monochromatic Colors of #C6FD60
Black with #C6FD60
Text Example
Text Example
White with #C6FD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FD60; }
p { color: rgb(198,253,96); }
H1.HeaderClassName
{
color: #C6FD60;
}
.AnyTagClassName
{
color: #C6FD60;
}
</style>
background-color css
<style>
a { background-color: #C6FD60; }
a { background-color: rgb(198,253,96); }
div.DivClassName
{
background-color: #C6FD60;
}
.BgClassName
{
background-color: #C6FD60;
}
</style>
border-color css
<style>
span { border-color: #C6FD60; }
span { border-color: rgb(198,253,96); }
td.TdClassName
{
border-color: #C6FD60;
}
.TagClassName
{
border-color: #C6FD60;
}
</style>