Shades of Mindaro #C7FF5F
Tints of Mindaro #C7FF5F
RGB
CMYK
RGB Variations
Color information
#C7FF5F (or 0xC7FF5F) is known color: Mindaro. HEX triplet: C7, FF and 5F. RGB value is (199,255,95). Sum of RGB (Red+Green+Blue) = 199+255+95=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FF5F is #3800A0. Grayscale: #DCDCDC. Windows color (decimal): -3670177 or 6291399. OLE color: 6291399.
HSL color Cylindrical-coordinate representation of color #C7FF5F: hue angle of 81º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7FF5F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 95 | - |
| CMYK | 0.22 | 0 | 0.63 | 0 |
| HSL | 81º | 1% | 0.69% | - |
| HSV(B) | 81º | 0.63% | 1% | - |
| XYZ | 61.38 | 84.49 | 23.9 | - |
| YUV | 220.02 | 57.45 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 95 | 0.22 | 0 | 0.63 | 0 | 81 | 1 | 0.69 |
| Hex | C7 | FF | 5F | 16 | 0 | 3F | 0 | 51 | 64 | 45 |
| Octal | 307 | 377 | 137 | 26 | 0 | 77 | 0 | 121 | 144 | 105 |
| Binary | 11000111 | 11111111 | 1011111 | 10110 | 0 | 111111 | 0 | 1010001 | 1100100 | 1000101 |
Color Harmonies of #C7FF5F
Complementary color
Monochromatic Colors of #C7FF5F
Black with #C7FF5F
Text Example
Text Example
White with #C7FF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF5F; }
p { color: rgb(199,255,95); }
H1.HeaderClassName
{
color: #C7FF5F;
}
.AnyTagClassName
{
color: #C7FF5F;
}
</style>
background-color css
<style>
a { background-color: #C7FF5F; }
a { background-color: rgb(199,255,95); }
div.DivClassName
{
background-color: #C7FF5F;
}
.BgClassName
{
background-color: #C7FF5F;
}
</style>
border-color css
<style>
span { border-color: #C7FF5F; }
span { border-color: rgb(199,255,95); }
td.TdClassName
{
border-color: #C7FF5F;
}
.TagClassName
{
border-color: #C7FF5F;
}
</style>