Shades of Mindaro #C7F565
Tints of Mindaro #C7F565
RGB
CMYK
RGB Variations
Color information
#C7F565 (or 0xC7F565) is known color: Mindaro. HEX triplet: C7, F5 and 65. RGB value is (199,245,101). Sum of RGB (Red+Green+Blue) = 199+245+101=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #C7F565 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F565 is #380A9A. Grayscale: #D7D7D7. Windows color (decimal): -3672731 or 6682055. OLE color: 6682055.
HSL color Cylindrical-coordinate representation of color #C7F565: hue angle of 79.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C7F565 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 245 | 101 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.04 |
| HSL | 79.17º | 0.88% | 0.68% | - |
| HSV(B) | 79.17º | 0.59% | 0.96% | - |
| XYZ | 58.55 | 78.39 | 24.36 | - |
| YUV | 214.83 | 63.76 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 245 | 101 | 0.19 | 0 | 0.59 | 0.04 | 79.17 | 0.88 | 0.68 |
| Hex | C7 | F5 | 65 | 13 | 0 | 3B | 4 | 4F | 58 | 44 |
| Octal | 307 | 365 | 145 | 23 | 0 | 73 | 4 | 117 | 130 | 104 |
| Binary | 11000111 | 11110101 | 1100101 | 10011 | 0 | 111011 | 100 | 1001111 | 1011000 | 1000100 |
Color Harmonies of #C7F565
Complementary color
Monochromatic Colors of #C7F565
Black with #C7F565
Text Example
Text Example
White with #C7F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F565; }
p { color: rgb(199,245,101); }
H1.HeaderClassName
{
color: #C7F565;
}
.AnyTagClassName
{
color: #C7F565;
}
</style>
background-color css
<style>
a { background-color: #C7F565; }
a { background-color: rgb(199,245,101); }
div.DivClassName
{
background-color: #C7F565;
}
.BgClassName
{
background-color: #C7F565;
}
</style>
border-color css
<style>
span { border-color: #C7F565; }
span { border-color: rgb(199,245,101); }
td.TdClassName
{
border-color: #C7F565;
}
.TagClassName
{
border-color: #C7F565;
}
</style>