Shades of Mindaro #C9F268
Tints of Mindaro #C9F268
RGB
CMYK
RGB Variations
Color information
#C9F268 (or 0xC9F268) is known color: Mindaro. HEX triplet: C9, F2 and 68. RGB value is (201,242,104). Sum of RGB (Red+Green+Blue) = 201+242+104=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F268 is #360D97. Grayscale: #D6D6D6. Windows color (decimal): -3542424 or 6877897. OLE color: 6877897.
HSL color Cylindrical-coordinate representation of color #C9F268: hue angle of 77.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9F268 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 104 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.05 |
| HSL | 77.83º | 0.84% | 0.68% | - |
| HSV(B) | 77.83º | 0.57% | 0.95% | - |
| XYZ | 58.34 | 76.92 | 24.87 | - |
| YUV | 214.01 | 65.92 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 104 | 0.17 | 0 | 0.57 | 0.05 | 77.83 | 0.84 | 0.68 |
| Hex | C9 | F2 | 68 | 11 | 0 | 39 | 5 | 4E | 54 | 44 |
| Octal | 311 | 362 | 150 | 21 | 0 | 71 | 5 | 116 | 124 | 104 |
| Binary | 11001001 | 11110010 | 1101000 | 10001 | 0 | 111001 | 101 | 1001110 | 1010100 | 1000100 |
Color Harmonies of #C9F268
Complementary color
Monochromatic Colors of #C9F268
Black with #C9F268
Text Example
Text Example
White with #C9F268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F268; }
p { color: rgb(201,242,104); }
H1.HeaderClassName
{
color: #C9F268;
}
.AnyTagClassName
{
color: #C9F268;
}
</style>
background-color css
<style>
a { background-color: #C9F268; }
a { background-color: rgb(201,242,104); }
div.DivClassName
{
background-color: #C9F268;
}
.BgClassName
{
background-color: #C9F268;
}
</style>
border-color css
<style>
span { border-color: #C9F268; }
span { border-color: rgb(201,242,104); }
td.TdClassName
{
border-color: #C9F268;
}
.TagClassName
{
border-color: #C9F268;
}
</style>