Shades of Mindaro #C6FD5E
Tints of Mindaro #C6FD5E
RGB
CMYK
RGB Variations
Color information
#C6FD5E (or 0xC6FD5E) is known color: Mindaro. HEX triplet: C6, FD and 5E. RGB value is (198,253,94). Sum of RGB (Red+Green+Blue) = 198+253+94=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FD5E is #3902A1. Grayscale: #DBDBDB. Windows color (decimal): -3736226 or 6225350. OLE color: 6225350.
HSL color Cylindrical-coordinate representation of color #C6FD5E: hue angle of 80.75º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6FD5E is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 253 | 94 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.01 |
| HSL | 80.75º | 0.98% | 0.68% | - |
| HSV(B) | 80.75º | 0.63% | 0.99% | - |
| XYZ | 60.43 | 83.06 | 23.44 | - |
| YUV | 218.43 | 57.78 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 253 | 94 | 0.22 | 0 | 0.63 | 0.01 | 80.75 | 0.98 | 0.68 |
| Hex | C6 | FD | 5E | 16 | 0 | 3F | 1 | 51 | 62 | 44 |
| Octal | 306 | 375 | 136 | 26 | 0 | 77 | 1 | 121 | 142 | 104 |
| Binary | 11000110 | 11111101 | 1011110 | 10110 | 0 | 111111 | 1 | 1010001 | 1100010 | 1000100 |
Color Harmonies of #C6FD5E
Complementary color
Monochromatic Colors of #C6FD5E
Black with #C6FD5E
Text Example
Text Example
White with #C6FD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FD5E; }
p { color: rgb(198,253,94); }
H1.HeaderClassName
{
color: #C6FD5E;
}
.AnyTagClassName
{
color: #C6FD5E;
}
</style>
background-color css
<style>
a { background-color: #C6FD5E; }
a { background-color: rgb(198,253,94); }
div.DivClassName
{
background-color: #C6FD5E;
}
.BgClassName
{
background-color: #C6FD5E;
}
</style>
border-color css
<style>
span { border-color: #C6FD5E; }
span { border-color: rgb(198,253,94); }
td.TdClassName
{
border-color: #C6FD5E;
}
.TagClassName
{
border-color: #C6FD5E;
}
</style>