Shades of Mindaro #C7F063
Tints of Mindaro #C7F063
RGB
CMYK
RGB Variations
Color information
#C7F063 (or 0xC7F063) is known color: Mindaro. HEX triplet: C7, F0 and 63. RGB value is (199,240,99). Sum of RGB (Red+Green+Blue) = 199+240+99=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F063 is #380F9C. Grayscale: #D4D4D4. Windows color (decimal): -3674013 or 6549703. OLE color: 6549703.
HSL color Cylindrical-coordinate representation of color #C7F063: hue angle of 77.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7F063 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 99 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.06 |
| HSL | 77.45º | 0.82% | 0.66% | - |
| HSV(B) | 77.45º | 0.59% | 0.94% | - |
| XYZ | 56.97 | 75.36 | 23.35 | - |
| YUV | 211.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 99 | 0.17 | 0 | 0.59 | 0.06 | 77.45 | 0.82 | 0.66 |
| Hex | C7 | F0 | 63 | 11 | 0 | 3B | 6 | 4D | 52 | 42 |
| Octal | 307 | 360 | 143 | 21 | 0 | 73 | 6 | 115 | 122 | 102 |
| Binary | 11000111 | 11110000 | 1100011 | 10001 | 0 | 111011 | 110 | 1001101 | 1010010 | 1000010 |
Color Harmonies of #C7F063
Complementary color
Monochromatic Colors of #C7F063
Black with #C7F063
Text Example
Text Example
White with #C7F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F063; }
p { color: rgb(199,240,99); }
H1.HeaderClassName
{
color: #C7F063;
}
.AnyTagClassName
{
color: #C7F063;
}
</style>
background-color css
<style>
a { background-color: #C7F063; }
a { background-color: rgb(199,240,99); }
div.DivClassName
{
background-color: #C7F063;
}
.BgClassName
{
background-color: #C7F063;
}
</style>
border-color css
<style>
span { border-color: #C7F063; }
span { border-color: rgb(199,240,99); }
td.TdClassName
{
border-color: #C7F063;
}
.TagClassName
{
border-color: #C7F063;
}
</style>