Shades of Mindaro #C6FE5D
Tints of Mindaro #C6FE5D
RGB
CMYK
RGB Variations
Color information
#C6FE5D (or 0xC6FE5D) is known color: Mindaro. HEX triplet: C6, FE and 5D. RGB value is (198,254,93). Sum of RGB (Red+Green+Blue) = 198+254+93=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FE5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FE5D is #3901A2. Grayscale: #DBDBDB. Windows color (decimal): -3735971 or 6160070. OLE color: 6160070.
HSL color Cylindrical-coordinate representation of color #C6FE5D: hue angle of 80.87º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6FE5D is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 93 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.00 |
| HSL | 80.87º | 0.99% | 0.68% | - |
| HSV(B) | 80.87º | 0.63% | 1% | - |
| XYZ | 60.71 | 83.68 | 23.31 | - |
| YUV | 218.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 93 | 0.22 | 0 | 0.63 | 0.00 | 80.87 | 0.99 | 0.68 |
| Hex | C6 | FE | 5D | 16 | 0 | 3F | 0 | 51 | 63 | 44 |
| Octal | 306 | 376 | 135 | 26 | 0 | 77 | 0 | 121 | 143 | 104 |
| Binary | 11000110 | 11111110 | 1011101 | 10110 | 0 | 111111 | 0 | 1010001 | 1100011 | 1000100 |
Color Harmonies of #C6FE5D
Complementary color
Monochromatic Colors of #C6FE5D
Black with #C6FE5D
Text Example
Text Example
White with #C6FE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FE5D; }
p { color: rgb(198,254,93); }
H1.HeaderClassName
{
color: #C6FE5D;
}
.AnyTagClassName
{
color: #C6FE5D;
}
</style>
background-color css
<style>
a { background-color: #C6FE5D; }
a { background-color: rgb(198,254,93); }
div.DivClassName
{
background-color: #C6FE5D;
}
.BgClassName
{
background-color: #C6FE5D;
}
</style>
border-color css
<style>
span { border-color: #C6FE5D; }
span { border-color: rgb(198,254,93); }
td.TdClassName
{
border-color: #C6FE5D;
}
.TagClassName
{
border-color: #C6FE5D;
}
</style>