Shades of Mindaro #C7FF60
Tints of Mindaro #C7FF60
RGB
CMYK
RGB Variations
Color information
#C7FF60 (or 0xC7FF60) is known color: Mindaro. HEX triplet: C7, FF and 60. RGB value is (199,255,96). Sum of RGB (Red+Green+Blue) = 199+255+96=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FF60 is #38009F. Grayscale: #DCDCDC. Windows color (decimal): -3670176 or 6356935. OLE color: 6356935.
HSL color Cylindrical-coordinate representation of color #C7FF60: hue angle of 81.13º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7FF60 is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 96 | - |
| CMYK | 0.22 | 0 | 0.62 | 0 |
| HSL | 81.13º | 1% | 0.69% | - |
| HSV(B) | 81.13º | 0.62% | 1% | - |
| XYZ | 61.42 | 84.51 | 24.14 | - |
| YUV | 220.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 96 | 0.22 | 0 | 0.62 | 0 | 81.13 | 1 | 0.69 |
| Hex | C7 | FF | 60 | 16 | 0 | 3E | 0 | 51 | 64 | 45 |
| Octal | 307 | 377 | 140 | 26 | 0 | 76 | 0 | 121 | 144 | 105 |
| Binary | 11000111 | 11111111 | 1100000 | 10110 | 0 | 111110 | 0 | 1010001 | 1100100 | 1000101 |
Color Harmonies of #C7FF60
Complementary color
Monochromatic Colors of #C7FF60
Black with #C7FF60
Text Example
Text Example
White with #C7FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FF60; }
p { color: rgb(199,255,96); }
H1.HeaderClassName
{
color: #C7FF60;
}
.AnyTagClassName
{
color: #C7FF60;
}
</style>
background-color css
<style>
a { background-color: #C7FF60; }
a { background-color: rgb(199,255,96); }
div.DivClassName
{
background-color: #C7FF60;
}
.BgClassName
{
background-color: #C7FF60;
}
</style>
border-color css
<style>
span { border-color: #C7FF60; }
span { border-color: rgb(199,255,96); }
td.TdClassName
{
border-color: #C7FF60;
}
.TagClassName
{
border-color: #C7FF60;
}
</style>