Shades of Mindaro #C7F064
Tints of Mindaro #C7F064
RGB
CMYK
RGB Variations
Color information
#C7F064 (or 0xC7F064) is known color: Mindaro. HEX triplet: C7, F0 and 64. RGB value is (199,240,100). Sum of RGB (Red+Green+Blue) = 199+240+100=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F064 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F064 is #380F9B. Grayscale: #D4D4D4. Windows color (decimal): -3674012 or 6615239. OLE color: 6615239.
HSL color Cylindrical-coordinate representation of color #C7F064: hue angle of 77.57º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7F064 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 240 | 100 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.06 |
| HSL | 77.57º | 0.82% | 0.67% | - |
| HSV(B) | 77.57º | 0.58% | 0.94% | - |
| XYZ | 57.01 | 75.38 | 23.6 | - |
| YUV | 211.78 | 64.92 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 240 | 100 | 0.17 | 0 | 0.58 | 0.06 | 77.57 | 0.82 | 0.67 |
| Hex | C7 | F0 | 64 | 11 | 0 | 3A | 6 | 4E | 52 | 43 |
| Octal | 307 | 360 | 144 | 21 | 0 | 72 | 6 | 116 | 122 | 103 |
| Binary | 11000111 | 11110000 | 1100100 | 10001 | 0 | 111010 | 110 | 1001110 | 1010010 | 1000011 |
Color Harmonies of #C7F064
Complementary color
Monochromatic Colors of #C7F064
Black with #C7F064
Text Example
Text Example
White with #C7F064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F064; }
p { color: rgb(199,240,100); }
H1.HeaderClassName
{
color: #C7F064;
}
.AnyTagClassName
{
color: #C7F064;
}
</style>
background-color css
<style>
a { background-color: #C7F064; }
a { background-color: rgb(199,240,100); }
div.DivClassName
{
background-color: #C7F064;
}
.BgClassName
{
background-color: #C7F064;
}
</style>
border-color css
<style>
span { border-color: #C7F064; }
span { border-color: rgb(199,240,100); }
td.TdClassName
{
border-color: #C7F064;
}
.TagClassName
{
border-color: #C7F064;
}
</style>