Shades of Mindaro #C6FB5C
Tints of Mindaro #C6FB5C
RGB
CMYK
RGB Variations
Color information
#C6FB5C (or 0xC6FB5C) is known color: Mindaro. HEX triplet: C6, FB and 5C. RGB value is (198,251,92). Sum of RGB (Red+Green+Blue) = 198+251+92=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6FB5C is #3904A3. Grayscale: #D9D9D9. Windows color (decimal): -3736740 or 6093766. OLE color: 6093766.
HSL color Cylindrical-coordinate representation of color #C6FB5C: hue angle of 80º degrees, saturation: 0.95, 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 #C6FB5C is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 92 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.02 |
| HSL | 80º | 0.95% | 0.67% | - |
| HSV(B) | 80º | 0.63% | 0.98% | - |
| XYZ | 59.72 | 81.77 | 22.76 | - |
| YUV | 217.03 | 57.44 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 92 | 0.21 | 0 | 0.63 | 0.02 | 80 | 0.95 | 0.67 |
| Hex | C6 | FB | 5C | 15 | 0 | 3F | 2 | 50 | 5F | 43 |
| Octal | 306 | 373 | 134 | 25 | 0 | 77 | 2 | 120 | 137 | 103 |
| Binary | 11000110 | 11111011 | 1011100 | 10101 | 0 | 111111 | 10 | 1010000 | 1011111 | 1000011 |
Color Harmonies of #C6FB5C
Complementary color
Monochromatic Colors of #C6FB5C
Black with #C6FB5C
Text Example
Text Example
White with #C6FB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FB5C; }
p { color: rgb(198,251,92); }
H1.HeaderClassName
{
color: #C6FB5C;
}
.AnyTagClassName
{
color: #C6FB5C;
}
</style>
background-color css
<style>
a { background-color: #C6FB5C; }
a { background-color: rgb(198,251,92); }
div.DivClassName
{
background-color: #C6FB5C;
}
.BgClassName
{
background-color: #C6FB5C;
}
</style>
border-color css
<style>
span { border-color: #C6FB5C; }
span { border-color: rgb(198,251,92); }
td.TdClassName
{
border-color: #C6FB5C;
}
.TagClassName
{
border-color: #C6FB5C;
}
</style>