Shades of Mindaro #C7F65D
Tints of Mindaro #C7F65D
RGB
CMYK
RGB Variations
Color information
#C7F65D (or 0xC7F65D) is known color: Mindaro. HEX triplet: C7, F6 and 5D. RGB value is (199,246,93). Sum of RGB (Red+Green+Blue) = 199+246+93=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #C7F65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F65D is #3809A2. Grayscale: #D7D7D7. Windows color (decimal): -3672483 or 6158023. OLE color: 6158023.
HSL color Cylindrical-coordinate representation of color #C7F65D: hue angle of 78.43º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7F65D is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 246 | 93 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.04 |
| HSL | 78.43º | 0.89% | 0.66% | - |
| HSV(B) | 78.43º | 0.62% | 0.96% | - |
| XYZ | 58.48 | 78.84 | 22.49 | - |
| YUV | 214.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 246 | 93 | 0.19 | 0 | 0.62 | 0.04 | 78.43 | 0.89 | 0.66 |
| Hex | C7 | F6 | 5D | 13 | 0 | 3E | 4 | 4E | 59 | 42 |
| Octal | 307 | 366 | 135 | 23 | 0 | 76 | 4 | 116 | 131 | 102 |
| Binary | 11000111 | 11110110 | 1011101 | 10011 | 0 | 111110 | 100 | 1001110 | 1011001 | 1000010 |
Color Harmonies of #C7F65D
Complementary color
Monochromatic Colors of #C7F65D
Black with #C7F65D
Text Example
Text Example
White with #C7F65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F65D; }
p { color: rgb(199,246,93); }
H1.HeaderClassName
{
color: #C7F65D;
}
.AnyTagClassName
{
color: #C7F65D;
}
</style>
background-color css
<style>
a { background-color: #C7F65D; }
a { background-color: rgb(199,246,93); }
div.DivClassName
{
background-color: #C7F65D;
}
.BgClassName
{
background-color: #C7F65D;
}
</style>
border-color css
<style>
span { border-color: #C7F65D; }
span { border-color: rgb(199,246,93); }
td.TdClassName
{
border-color: #C7F65D;
}
.TagClassName
{
border-color: #C7F65D;
}
</style>