Shades of Mindaro #C9F65A
Tints of Mindaro #C9F65A
RGB
CMYK
RGB Variations
Color information
#C9F65A (or 0xC9F65A) is known color: Mindaro. HEX triplet: C9, F6 and 5A. RGB value is (201,246,90). Sum of RGB (Red+Green+Blue) = 201+246+90=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #C9F65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F65A is #3609A5. Grayscale: #D7D7D7. Windows color (decimal): -3541414 or 5961417. OLE color: 5961417.
HSL color Cylindrical-coordinate representation of color #C9F65A: hue angle of 77.31º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9F65A is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 246 | 90 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.04 |
| HSL | 77.31º | 0.9% | 0.66% | - |
| HSV(B) | 77.31º | 0.63% | 0.96% | - |
| XYZ | 58.89 | 79.07 | 21.83 | - |
| YUV | 214.76 | 57.59 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 246 | 90 | 0.18 | 0 | 0.63 | 0.04 | 77.31 | 0.9 | 0.66 |
| Hex | C9 | F6 | 5A | 12 | 0 | 3F | 4 | 4D | 5A | 42 |
| Octal | 311 | 366 | 132 | 22 | 0 | 77 | 4 | 115 | 132 | 102 |
| Binary | 11001001 | 11110110 | 1011010 | 10010 | 0 | 111111 | 100 | 1001101 | 1011010 | 1000010 |
Color Harmonies of #C9F65A
Complementary color
Monochromatic Colors of #C9F65A
Black with #C9F65A
Text Example
Text Example
White with #C9F65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F65A; }
p { color: rgb(201,246,90); }
H1.HeaderClassName
{
color: #C9F65A;
}
.AnyTagClassName
{
color: #C9F65A;
}
</style>
background-color css
<style>
a { background-color: #C9F65A; }
a { background-color: rgb(201,246,90); }
div.DivClassName
{
background-color: #C9F65A;
}
.BgClassName
{
background-color: #C9F65A;
}
</style>
border-color css
<style>
span { border-color: #C9F65A; }
span { border-color: rgb(201,246,90); }
td.TdClassName
{
border-color: #C9F65A;
}
.TagClassName
{
border-color: #C9F65A;
}
</style>