Shades of Mindaro #C6FA5C
Tints of Mindaro #C6FA5C
RGB
CMYK
RGB Variations
Color information
#C6FA5C (or 0xC6FA5C) is known color: Mindaro. HEX triplet: C6, FA and 5C. RGB value is (198,250,92). Sum of RGB (Red+Green+Blue) = 198+250+92=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FA5C is #3905A3. Grayscale: #D9D9D9. Windows color (decimal): -3736996 or 6093510. OLE color: 6093510.
HSL color Cylindrical-coordinate representation of color #C6FA5C: hue angle of 79.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6FA5C is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 250 | 92 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.02 |
| HSL | 79.75º | 0.94% | 0.67% | - |
| HSV(B) | 79.75º | 0.63% | 0.98% | - |
| XYZ | 59.41 | 81.15 | 22.66 | - |
| YUV | 216.44 | 57.77 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 92 | 0.21 | 0 | 0.63 | 0.02 | 79.75 | 0.94 | 0.67 |
| Hex | C6 | FA | 5C | 15 | 0 | 3F | 2 | 50 | 5E | 43 |
| Octal | 306 | 372 | 134 | 25 | 0 | 77 | 2 | 120 | 136 | 103 |
| Binary | 11000110 | 11111010 | 1011100 | 10101 | 0 | 111111 | 10 | 1010000 | 1011110 | 1000011 |
Color Harmonies of #C6FA5C
Complementary color
Monochromatic Colors of #C6FA5C
Black with #C6FA5C
Text Example
Text Example
White with #C6FA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FA5C; }
p { color: rgb(198,250,92); }
H1.HeaderClassName
{
color: #C6FA5C;
}
.AnyTagClassName
{
color: #C6FA5C;
}
</style>
background-color css
<style>
a { background-color: #C6FA5C; }
a { background-color: rgb(198,250,92); }
div.DivClassName
{
background-color: #C6FA5C;
}
.BgClassName
{
background-color: #C6FA5C;
}
</style>
border-color css
<style>
span { border-color: #C6FA5C; }
span { border-color: rgb(198,250,92); }
td.TdClassName
{
border-color: #C6FA5C;
}
.TagClassName
{
border-color: #C6FA5C;
}
</style>