Shades of Mindaro #C9F063
Tints of Mindaro #C9F063
RGB
CMYK
RGB Variations
Color information
#C9F063 (or 0xC9F063) is known color: Mindaro. HEX triplet: C9, F0 and 63. RGB value is (201,240,99). Sum of RGB (Red+Green+Blue) = 201+240+99=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F063 is #360F9C. Grayscale: #D4D4D4. Windows color (decimal): -3542941 or 6549705. OLE color: 6549705.
HSL color Cylindrical-coordinate representation of color #C9F063: hue angle of 76.6º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9F063 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 99 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.06 |
| HSL | 76.6º | 0.82% | 0.66% | - |
| HSV(B) | 76.6º | 0.59% | 0.94% | - |
| XYZ | 57.5 | 75.64 | 23.37 | - |
| YUV | 212.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 99 | 0.16 | 0 | 0.59 | 0.06 | 76.6 | 0.82 | 0.66 |
| Hex | C9 | F0 | 63 | 10 | 0 | 3B | 6 | 4D | 52 | 42 |
| Octal | 311 | 360 | 143 | 20 | 0 | 73 | 6 | 115 | 122 | 102 |
| Binary | 11001001 | 11110000 | 1100011 | 10000 | 0 | 111011 | 110 | 1001101 | 1010010 | 1000010 |
Color Harmonies of #C9F063
Complementary color
Monochromatic Colors of #C9F063
Black with #C9F063
Text Example
Text Example
White with #C9F063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F063; }
p { color: rgb(201,240,99); }
H1.HeaderClassName
{
color: #C9F063;
}
.AnyTagClassName
{
color: #C9F063;
}
</style>
background-color css
<style>
a { background-color: #C9F063; }
a { background-color: rgb(201,240,99); }
div.DivClassName
{
background-color: #C9F063;
}
.BgClassName
{
background-color: #C9F063;
}
</style>
border-color css
<style>
span { border-color: #C9F063; }
span { border-color: rgb(201,240,99); }
td.TdClassName
{
border-color: #C9F063;
}
.TagClassName
{
border-color: #C9F063;
}
</style>