Shades of Mindaro #C3E366
Tints of Mindaro #C3E366
RGB
CMYK
RGB Variations
Color information
#C3E366 (or 0xC3E366) is known color: Mindaro. HEX triplet: C3, E3 and 66. RGB value is (195,227,102). Sum of RGB (Red+Green+Blue) = 195+227+102=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3E366 is #3C1C99. Grayscale: #CBCBCB. Windows color (decimal): -3939482 or 6742979. OLE color: 6742979.
HSL color Cylindrical-coordinate representation of color #C3E366: hue angle of 75.36º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3E366 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 227 | 102 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.11 |
| HSL | 75.36º | 0.69% | 0.65% | - |
| HSV(B) | 75.36º | 0.55% | 0.89% | - |
| XYZ | 52.37 | 67.5 | 22.84 | - |
| YUV | 203.18 | 70.9 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 102 | 0.14 | 0 | 0.55 | 0.11 | 75.36 | 0.69 | 0.65 |
| Hex | C3 | E3 | 66 | E | 0 | 37 | B | 4B | 45 | 41 |
| Octal | 303 | 343 | 146 | 16 | 0 | 67 | 13 | 113 | 105 | 101 |
| Binary | 11000011 | 11100011 | 1100110 | 1110 | 0 | 110111 | 1011 | 1001011 | 1000101 | 1000001 |
Color Harmonies of #C3E366
Complementary color
Monochromatic Colors of #C3E366
Black with #C3E366
Text Example
Text Example
White with #C3E366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E366; }
p { color: rgb(195,227,102); }
H1.HeaderClassName
{
color: #C3E366;
}
.AnyTagClassName
{
color: #C3E366;
}
</style>
background-color css
<style>
a { background-color: #C3E366; }
a { background-color: rgb(195,227,102); }
div.DivClassName
{
background-color: #C3E366;
}
.BgClassName
{
background-color: #C3E366;
}
</style>
border-color css
<style>
span { border-color: #C3E366; }
span { border-color: rgb(195,227,102); }
td.TdClassName
{
border-color: #C3E366;
}
.TagClassName
{
border-color: #C3E366;
}
</style>