Shades of Mindaro #C7E36C
Tints of Mindaro #C7E36C
RGB
CMYK
RGB Variations
Color information
#C7E36C (or 0xC7E36C) is known color: Mindaro. HEX triplet: C7, E3 and 6C. RGB value is (199,227,108). Sum of RGB (Red+Green+Blue) = 199+227+108=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #C7E36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7E36C is #381C93. Grayscale: #CDCDCD. Windows color (decimal): -3677332 or 7136199. OLE color: 7136199.
HSL color Cylindrical-coordinate representation of color #C7E36C: hue angle of 74.12º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7E36C is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 227 | 108 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.11 |
| HSL | 74.12º | 0.68% | 0.66% | - |
| HSV(B) | 74.12º | 0.52% | 0.89% | - |
| XYZ | 53.73 | 68.16 | 24.51 | - |
| YUV | 205.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 227 | 108 | 0.12 | 0 | 0.52 | 0.11 | 74.12 | 0.68 | 0.66 |
| Hex | C7 | E3 | 6C | C | 0 | 34 | B | 4A | 44 | 42 |
| Octal | 307 | 343 | 154 | 14 | 0 | 64 | 13 | 112 | 104 | 102 |
| Binary | 11000111 | 11100011 | 1101100 | 1100 | 0 | 110100 | 1011 | 1001010 | 1000100 | 1000010 |
Color Harmonies of #C7E36C
Complementary color
Monochromatic Colors of #C7E36C
Black with #C7E36C
Text Example
Text Example
White with #C7E36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E36C; }
p { color: rgb(199,227,108); }
H1.HeaderClassName
{
color: #C7E36C;
}
.AnyTagClassName
{
color: #C7E36C;
}
</style>
background-color css
<style>
a { background-color: #C7E36C; }
a { background-color: rgb(199,227,108); }
div.DivClassName
{
background-color: #C7E36C;
}
.BgClassName
{
background-color: #C7E36C;
}
</style>
border-color css
<style>
span { border-color: #C7E36C; }
span { border-color: rgb(199,227,108); }
td.TdClassName
{
border-color: #C7E36C;
}
.TagClassName
{
border-color: #C7E36C;
}
</style>