Shades of Mindaro #C6FE5C
Tints of Mindaro #C6FE5C
RGB
CMYK
RGB Variations
Color information
#C6FE5C (or 0xC6FE5C) is known color: Mindaro. HEX triplet: C6, FE and 5C. RGB value is (198,254,92). Sum of RGB (Red+Green+Blue) = 198+254+92=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FE5C is #3901A3. Grayscale: #DBDBDB. Windows color (decimal): -3735972 or 6094534. OLE color: 6094534.
HSL color Cylindrical-coordinate representation of color #C6FE5C: hue angle of 80.74º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6FE5C is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 92 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.00 |
| HSL | 80.74º | 0.99% | 0.68% | - |
| HSV(B) | 80.74º | 0.64% | 1% | - |
| XYZ | 60.66 | 83.66 | 23.08 | - |
| YUV | 218.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 92 | 0.22 | 0 | 0.64 | 0.00 | 80.74 | 0.99 | 0.68 |
| Hex | C6 | FE | 5C | 16 | 0 | 40 | 0 | 51 | 63 | 44 |
| Octal | 306 | 376 | 134 | 26 | 0 | 100 | 0 | 121 | 143 | 104 |
| Binary | 11000110 | 11111110 | 1011100 | 10110 | 0 | 1000000 | 0 | 1010001 | 1100011 | 1000100 |
Color Harmonies of #C6FE5C
Complementary color
Monochromatic Colors of #C6FE5C
Black with #C6FE5C
Text Example
Text Example
White with #C6FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FE5C; }
p { color: rgb(198,254,92); }
H1.HeaderClassName
{
color: #C6FE5C;
}
.AnyTagClassName
{
color: #C6FE5C;
}
</style>
background-color css
<style>
a { background-color: #C6FE5C; }
a { background-color: rgb(198,254,92); }
div.DivClassName
{
background-color: #C6FE5C;
}
.BgClassName
{
background-color: #C6FE5C;
}
</style>
border-color css
<style>
span { border-color: #C6FE5C; }
span { border-color: rgb(198,254,92); }
td.TdClassName
{
border-color: #C6FE5C;
}
.TagClassName
{
border-color: #C6FE5C;
}
</style>