Shades of Mindaro #C9F665
Tints of Mindaro #C9F665
RGB
CMYK
RGB Variations
Color information
#C9F665 (or 0xC9F665) is known color: Mindaro. HEX triplet: C9, F6 and 65. RGB value is (201,246,101). Sum of RGB (Red+Green+Blue) = 201+246+101=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 246 (96.48% from 255 or 44.89% from 548); Blue value is 101 (39.84% from 255 or 18.43% from 548); Max value from RGB is 246 - color contains mainly: green. Hex color #C9F665 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F665 is #36099A. Grayscale: #D8D8D8. Windows color (decimal): -3541403 or 6682313. OLE color: 6682313.
HSL color Cylindrical-coordinate representation of color #C9F665: hue angle of 78.62º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9F665 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 246 | 101 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.04 |
| HSL | 78.62º | 0.89% | 0.68% | - |
| HSV(B) | 78.62º | 0.59% | 0.96% | - |
| XYZ | 59.39 | 79.27 | 24.48 | - |
| YUV | 216.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 246 | 101 | 0.18 | 0 | 0.59 | 0.04 | 78.62 | 0.89 | 0.68 |
| Hex | C9 | F6 | 65 | 12 | 0 | 3B | 4 | 4F | 59 | 44 |
| Octal | 311 | 366 | 145 | 22 | 0 | 73 | 4 | 117 | 131 | 104 |
| Binary | 11001001 | 11110110 | 1100101 | 10010 | 0 | 111011 | 100 | 1001111 | 1011001 | 1000100 |
Color Harmonies of #C9F665
Complementary color
Monochromatic Colors of #C9F665
Black with #C9F665
Text Example
Text Example
White with #C9F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F665; }
p { color: rgb(201,246,101); }
H1.HeaderClassName
{
color: #C9F665;
}
.AnyTagClassName
{
color: #C9F665;
}
</style>
background-color css
<style>
a { background-color: #C9F665; }
a { background-color: rgb(201,246,101); }
div.DivClassName
{
background-color: #C9F665;
}
.BgClassName
{
background-color: #C9F665;
}
</style>
border-color css
<style>
span { border-color: #C9F665; }
span { border-color: rgb(201,246,101); }
td.TdClassName
{
border-color: #C9F665;
}
.TagClassName
{
border-color: #C9F665;
}
</style>