Shades of Mindaro #C6FE60
Tints of Mindaro #C6FE60
RGB
CMYK
RGB Variations
Color information
#C6FE60 (or 0xC6FE60) is known color: Mindaro. HEX triplet: C6, FE and 60. RGB value is (198,254,96). Sum of RGB (Red+Green+Blue) = 198+254+96=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 96 (37.89% from 255 or 17.52% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FE60 is #39019F. Grayscale: #DBDBDB. Windows color (decimal): -3735968 or 6356678. OLE color: 6356678.
HSL color Cylindrical-coordinate representation of color #C6FE60: hue angle of 81.27º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6FE60 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 96 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.00 |
| HSL | 81.27º | 0.99% | 0.69% | - |
| HSV(B) | 81.27º | 0.62% | 1% | - |
| XYZ | 60.84 | 83.73 | 24.02 | - |
| YUV | 219.24 | 58.45 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 96 | 0.22 | 0 | 0.62 | 0.00 | 81.27 | 0.99 | 0.69 |
| Hex | C6 | FE | 60 | 16 | 0 | 3E | 0 | 51 | 63 | 45 |
| Octal | 306 | 376 | 140 | 26 | 0 | 76 | 0 | 121 | 143 | 105 |
| Binary | 11000110 | 11111110 | 1100000 | 10110 | 0 | 111110 | 0 | 1010001 | 1100011 | 1000101 |
Color Harmonies of #C6FE60
Complementary color
Monochromatic Colors of #C6FE60
Black with #C6FE60
Text Example
Text Example
White with #C6FE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FE60; }
p { color: rgb(198,254,96); }
H1.HeaderClassName
{
color: #C6FE60;
}
.AnyTagClassName
{
color: #C6FE60;
}
</style>
background-color css
<style>
a { background-color: #C6FE60; }
a { background-color: rgb(198,254,96); }
div.DivClassName
{
background-color: #C6FE60;
}
.BgClassName
{
background-color: #C6FE60;
}
</style>
border-color css
<style>
span { border-color: #C6FE60; }
span { border-color: rgb(198,254,96); }
td.TdClassName
{
border-color: #C6FE60;
}
.TagClassName
{
border-color: #C6FE60;
}
</style>