Shades of Mindaro #C6F360
Tints of Mindaro #C6F360
RGB
CMYK
RGB Variations
Color information
#C6F360 (or 0xC6F360) is known color: Mindaro. HEX triplet: C6, F3 and 60. RGB value is (198,243,96). Sum of RGB (Red+Green+Blue) = 198+243+96=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F360 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6F360 is #390C9F. Grayscale: #D5D5D5. Windows color (decimal): -3738784 or 6353862. OLE color: 6353862.
HSL color Cylindrical-coordinate representation of color #C6F360: hue angle of 78.37º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6F360 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 96 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.05 |
| HSL | 78.37º | 0.86% | 0.66% | - |
| HSV(B) | 78.37º | 0.6% | 0.95% | - |
| XYZ | 57.45 | 76.95 | 22.89 | - |
| YUV | 212.79 | 62.09 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 96 | 0.19 | 0 | 0.60 | 0.05 | 78.37 | 0.86 | 0.66 |
| Hex | C6 | F3 | 60 | 13 | 0 | 3C | 5 | 4E | 56 | 42 |
| Octal | 306 | 363 | 140 | 23 | 0 | 74 | 5 | 116 | 126 | 102 |
| Binary | 11000110 | 11110011 | 1100000 | 10011 | 0 | 111100 | 101 | 1001110 | 1010110 | 1000010 |
Color Harmonies of #C6F360
Complementary color
Monochromatic Colors of #C6F360
Black with #C6F360
Text Example
Text Example
White with #C6F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F360; }
p { color: rgb(198,243,96); }
H1.HeaderClassName
{
color: #C6F360;
}
.AnyTagClassName
{
color: #C6F360;
}
</style>
background-color css
<style>
a { background-color: #C6F360; }
a { background-color: rgb(198,243,96); }
div.DivClassName
{
background-color: #C6F360;
}
.BgClassName
{
background-color: #C6F360;
}
</style>
border-color css
<style>
span { border-color: #C6F360; }
span { border-color: rgb(198,243,96); }
td.TdClassName
{
border-color: #C6F360;
}
.TagClassName
{
border-color: #C6F360;
}
</style>