Shades of Mindaro #C6E360
Tints of Mindaro #C6E360
RGB
CMYK
RGB Variations
Color information
#C6E360 (or 0xC6E360) is known color: Mindaro. HEX triplet: C6, E3 and 60. RGB value is (198,227,96). Sum of RGB (Red+Green+Blue) = 198+227+96=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #C6E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6E360 is #391C9F. Grayscale: #CBCBCB. Windows color (decimal): -3742880 or 6349766. OLE color: 6349766.
HSL color Cylindrical-coordinate representation of color #C6E360: hue angle of 73.28º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6E360 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 227 | 96 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.11 |
| HSL | 73.28º | 0.7% | 0.63% | - |
| HSV(B) | 73.28º | 0.58% | 0.89% | - |
| XYZ | 52.87 | 67.79 | 21.36 | - |
| YUV | 203.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 227 | 96 | 0.13 | 0 | 0.58 | 0.11 | 73.28 | 0.7 | 0.63 |
| Hex | C6 | E3 | 60 | D | 0 | 3A | B | 49 | 46 | 3F |
| Octal | 306 | 343 | 140 | 15 | 0 | 72 | 13 | 111 | 106 | 77 |
| Binary | 11000110 | 11100011 | 1100000 | 1101 | 0 | 111010 | 1011 | 1001001 | 1000110 | 111111 |
Color Harmonies of #C6E360
Complementary color
Monochromatic Colors of #C6E360
Black with #C6E360
Text Example
Text Example
White with #C6E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E360; }
p { color: rgb(198,227,96); }
H1.HeaderClassName
{
color: #C6E360;
}
.AnyTagClassName
{
color: #C6E360;
}
</style>
background-color css
<style>
a { background-color: #C6E360; }
a { background-color: rgb(198,227,96); }
div.DivClassName
{
background-color: #C6E360;
}
.BgClassName
{
background-color: #C6E360;
}
</style>
border-color css
<style>
span { border-color: #C6E360; }
span { border-color: rgb(198,227,96); }
td.TdClassName
{
border-color: #C6E360;
}
.TagClassName
{
border-color: #C6E360;
}
</style>