Shades of Mindaro #C9F764
Tints of Mindaro #C9F764
RGB
CMYK
RGB Variations
Color information
#C9F764 (or 0xC9F764) is known color: Mindaro. HEX triplet: C9, F7 and 64. RGB value is (201,247,100). Sum of RGB (Red+Green+Blue) = 201+247+100=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F764 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F764 is #36089B. Grayscale: #D9D9D9. Windows color (decimal): -3541148 or 6617033. OLE color: 6617033.
HSL color Cylindrical-coordinate representation of color #C9F764: hue angle of 78.78º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C9F764 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 100 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.03 |
| HSL | 78.78º | 0.9% | 0.68% | - |
| HSV(B) | 78.78º | 0.6% | 0.97% | - |
| XYZ | 59.65 | 79.86 | 24.33 | - |
| YUV | 216.49 | 62.26 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 100 | 0.19 | 0 | 0.60 | 0.03 | 78.78 | 0.9 | 0.68 |
| Hex | C9 | F7 | 64 | 13 | 0 | 3C | 3 | 4F | 5A | 44 |
| Octal | 311 | 367 | 144 | 23 | 0 | 74 | 3 | 117 | 132 | 104 |
| Binary | 11001001 | 11110111 | 1100100 | 10011 | 0 | 111100 | 11 | 1001111 | 1011010 | 1000100 |
Color Harmonies of #C9F764
Complementary color
Monochromatic Colors of #C9F764
Black with #C9F764
Text Example
Text Example
White with #C9F764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F764; }
p { color: rgb(201,247,100); }
H1.HeaderClassName
{
color: #C9F764;
}
.AnyTagClassName
{
color: #C9F764;
}
</style>
background-color css
<style>
a { background-color: #C9F764; }
a { background-color: rgb(201,247,100); }
div.DivClassName
{
background-color: #C9F764;
}
.BgClassName
{
background-color: #C9F764;
}
</style>
border-color css
<style>
span { border-color: #C9F764; }
span { border-color: rgb(201,247,100); }
td.TdClassName
{
border-color: #C9F764;
}
.TagClassName
{
border-color: #C9F764;
}
</style>