Shades of Mindaro #C9FA62
Tints of Mindaro #C9FA62
RGB
CMYK
RGB Variations
Color information
#C9FA62 (or 0xC9FA62) is known color: Mindaro. HEX triplet: C9, FA and 62. RGB value is (201,250,98). Sum of RGB (Red+Green+Blue) = 201+250+98=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9FA62 is #36059D. Grayscale: #DADADA. Windows color (decimal): -3540382 or 6486729. OLE color: 6486729.
HSL color Cylindrical-coordinate representation of color #C9FA62: hue angle of 79.34º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9FA62 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 250 | 98 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.02 |
| HSL | 79.34º | 0.94% | 0.68% | - |
| HSV(B) | 79.34º | 0.61% | 0.98% | - |
| XYZ | 60.48 | 81.67 | 24.13 | - |
| YUV | 218.02 | 60.27 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 250 | 98 | 0.20 | 0 | 0.61 | 0.02 | 79.34 | 0.94 | 0.68 |
| Hex | C9 | FA | 62 | 14 | 0 | 3D | 2 | 4F | 5E | 44 |
| Octal | 311 | 372 | 142 | 24 | 0 | 75 | 2 | 117 | 136 | 104 |
| Binary | 11001001 | 11111010 | 1100010 | 10100 | 0 | 111101 | 10 | 1001111 | 1011110 | 1000100 |
Color Harmonies of #C9FA62
Complementary color
Monochromatic Colors of #C9FA62
Black with #C9FA62
Text Example
Text Example
White with #C9FA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FA62; }
p { color: rgb(201,250,98); }
H1.HeaderClassName
{
color: #C9FA62;
}
.AnyTagClassName
{
color: #C9FA62;
}
</style>
background-color css
<style>
a { background-color: #C9FA62; }
a { background-color: rgb(201,250,98); }
div.DivClassName
{
background-color: #C9FA62;
}
.BgClassName
{
background-color: #C9FA62;
}
</style>
border-color css
<style>
span { border-color: #C9FA62; }
span { border-color: rgb(201,250,98); }
td.TdClassName
{
border-color: #C9FA62;
}
.TagClassName
{
border-color: #C9FA62;
}
</style>