Shades of Mindaro #C9E468
Tints of Mindaro #C9E468
RGB
CMYK
RGB Variations
Color information
#C9E468 (or 0xC9E468) is known color: Mindaro. HEX triplet: C9, E4 and 68. RGB value is (201,228,104). Sum of RGB (Red+Green+Blue) = 201+228+104=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E468 is #361B97. Grayscale: #CECECE. Windows color (decimal): -3546008 or 6874313. OLE color: 6874313.
HSL color Cylindrical-coordinate representation of color #C9E468: hue angle of 73.06º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9E468 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 228 | 104 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.11 |
| HSL | 73.06º | 0.7% | 0.65% | - |
| HSV(B) | 73.06º | 0.54% | 0.89% | - |
| XYZ | 54.33 | 68.9 | 23.53 | - |
| YUV | 205.79 | 70.55 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 228 | 104 | 0.12 | 0 | 0.54 | 0.11 | 73.06 | 0.7 | 0.65 |
| Hex | C9 | E4 | 68 | C | 0 | 36 | B | 49 | 46 | 41 |
| Octal | 311 | 344 | 150 | 14 | 0 | 66 | 13 | 111 | 106 | 101 |
| Binary | 11001001 | 11100100 | 1101000 | 1100 | 0 | 110110 | 1011 | 1001001 | 1000110 | 1000001 |
Color Harmonies of #C9E468
Complementary color
Monochromatic Colors of #C9E468
Black with #C9E468
Text Example
Text Example
White with #C9E468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E468; }
p { color: rgb(201,228,104); }
H1.HeaderClassName
{
color: #C9E468;
}
.AnyTagClassName
{
color: #C9E468;
}
</style>
background-color css
<style>
a { background-color: #C9E468; }
a { background-color: rgb(201,228,104); }
div.DivClassName
{
background-color: #C9E468;
}
.BgClassName
{
background-color: #C9E468;
}
</style>
border-color css
<style>
span { border-color: #C9E468; }
span { border-color: rgb(201,228,104); }
td.TdClassName
{
border-color: #C9E468;
}
.TagClassName
{
border-color: #C9E468;
}
</style>