Shades of Mindaro #C9F067
Tints of Mindaro #C9F067
RGB
CMYK
RGB Variations
Color information
#C9F067 (or 0xC9F067) is known color: Mindaro. HEX triplet: C9, F0 and 67. RGB value is (201,240,103). Sum of RGB (Red+Green+Blue) = 201+240+103=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 103 (40.62% from 255 or 18.93% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F067 is #360F98. Grayscale: #D5D5D5. Windows color (decimal): -3542937 or 6811849. OLE color: 6811849.
HSL color Cylindrical-coordinate representation of color #C9F067: hue angle of 77.08º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9F067 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 103 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.06 |
| HSL | 77.08º | 0.82% | 0.67% | - |
| HSV(B) | 77.08º | 0.57% | 0.94% | - |
| XYZ | 57.7 | 75.72 | 24.41 | - |
| YUV | 212.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 103 | 0.16 | 0 | 0.57 | 0.06 | 77.08 | 0.82 | 0.67 |
| Hex | C9 | F0 | 67 | 10 | 0 | 39 | 6 | 4D | 52 | 43 |
| Octal | 311 | 360 | 147 | 20 | 0 | 71 | 6 | 115 | 122 | 103 |
| Binary | 11001001 | 11110000 | 1100111 | 10000 | 0 | 111001 | 110 | 1001101 | 1010010 | 1000011 |
Color Harmonies of #C9F067
Complementary color
Monochromatic Colors of #C9F067
Black with #C9F067
Text Example
Text Example
White with #C9F067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F067; }
p { color: rgb(201,240,103); }
H1.HeaderClassName
{
color: #C9F067;
}
.AnyTagClassName
{
color: #C9F067;
}
</style>
background-color css
<style>
a { background-color: #C9F067; }
a { background-color: rgb(201,240,103); }
div.DivClassName
{
background-color: #C9F067;
}
.BgClassName
{
background-color: #C9F067;
}
</style>
border-color css
<style>
span { border-color: #C9F067; }
span { border-color: rgb(201,240,103); }
td.TdClassName
{
border-color: #C9F067;
}
.TagClassName
{
border-color: #C9F067;
}
</style>