Shades of Mindaro #C6FB5E
Tints of Mindaro #C6FB5E
RGB
CMYK
RGB Variations
Color information
#C6FB5E (or 0xC6FB5E) is known color: Mindaro. HEX triplet: C6, FB and 5E. RGB value is (198,251,94). Sum of RGB (Red+Green+Blue) = 198+251+94=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 94 (37.11% from 255 or 17.31% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FB5E is #3904A1. Grayscale: #D9D9D9. Windows color (decimal): -3736738 or 6224838. OLE color: 6224838.
HSL color Cylindrical-coordinate representation of color #C6FB5E: hue angle of 80.25º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6FB5E is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 94 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.02 |
| HSL | 80.25º | 0.95% | 0.68% | - |
| HSV(B) | 80.25º | 0.63% | 0.98% | - |
| XYZ | 59.81 | 81.81 | 23.23 | - |
| YUV | 217.26 | 58.44 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 94 | 0.21 | 0 | 0.63 | 0.02 | 80.25 | 0.95 | 0.68 |
| Hex | C6 | FB | 5E | 15 | 0 | 3F | 2 | 50 | 5F | 44 |
| Octal | 306 | 373 | 136 | 25 | 0 | 77 | 2 | 120 | 137 | 104 |
| Binary | 11000110 | 11111011 | 1011110 | 10101 | 0 | 111111 | 10 | 1010000 | 1011111 | 1000100 |
Color Harmonies of #C6FB5E
Complementary color
Monochromatic Colors of #C6FB5E
Black with #C6FB5E
Text Example
Text Example
White with #C6FB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB5E; }
p { color: rgb(198,251,94); }
H1.HeaderClassName
{
color: #C6FB5E;
}
.AnyTagClassName
{
color: #C6FB5E;
}
</style>
background-color css
<style>
a { background-color: #C6FB5E; }
a { background-color: rgb(198,251,94); }
div.DivClassName
{
background-color: #C6FB5E;
}
.BgClassName
{
background-color: #C6FB5E;
}
</style>
border-color css
<style>
span { border-color: #C6FB5E; }
span { border-color: rgb(198,251,94); }
td.TdClassName
{
border-color: #C6FB5E;
}
.TagClassName
{
border-color: #C6FB5E;
}
</style>