Shades of Mindaro #C7FA5D
Tints of Mindaro #C7FA5D
RGB
CMYK
RGB Variations
Color information
#C7FA5D (or 0xC7FA5D) is known color: Mindaro. HEX triplet: C7, FA and 5D. RGB value is (199,250,93). Sum of RGB (Red+Green+Blue) = 199+250+93=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FA5D is #3805A2. Grayscale: #D9D9D9. Windows color (decimal): -3671459 or 6159047. OLE color: 6159047.
HSL color Cylindrical-coordinate representation of color #C7FA5D: hue angle of 79.49º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7FA5D is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 93 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.02 |
| HSL | 79.49º | 0.94% | 0.67% | - |
| HSV(B) | 79.49º | 0.63% | 0.98% | - |
| XYZ | 59.71 | 81.3 | 22.9 | - |
| YUV | 216.85 | 58.1 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 93 | 0.20 | 0 | 0.63 | 0.02 | 79.49 | 0.94 | 0.67 |
| Hex | C7 | FA | 5D | 14 | 0 | 3F | 2 | 4F | 5E | 43 |
| Octal | 307 | 372 | 135 | 24 | 0 | 77 | 2 | 117 | 136 | 103 |
| Binary | 11000111 | 11111010 | 1011101 | 10100 | 0 | 111111 | 10 | 1001111 | 1011110 | 1000011 |
Color Harmonies of #C7FA5D
Complementary color
Monochromatic Colors of #C7FA5D
Black with #C7FA5D
Text Example
Text Example
White with #C7FA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA5D; }
p { color: rgb(199,250,93); }
H1.HeaderClassName
{
color: #C7FA5D;
}
.AnyTagClassName
{
color: #C7FA5D;
}
</style>
background-color css
<style>
a { background-color: #C7FA5D; }
a { background-color: rgb(199,250,93); }
div.DivClassName
{
background-color: #C7FA5D;
}
.BgClassName
{
background-color: #C7FA5D;
}
</style>
border-color css
<style>
span { border-color: #C7FA5D; }
span { border-color: rgb(199,250,93); }
td.TdClassName
{
border-color: #C7FA5D;
}
.TagClassName
{
border-color: #C7FA5D;
}
</style>