Shades of Mindaro #C9E465
Tints of Mindaro #C9E465
RGB
CMYK
RGB Variations
Color information
#C9E465 (or 0xC9E465) is known color: Mindaro. HEX triplet: C9, E4 and 65. RGB value is (201,228,101). Sum of RGB (Red+Green+Blue) = 201+228+101=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #C9E465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E465 is #361B9A. Grayscale: #CDCDCD. Windows color (decimal): -3546011 or 6677705. OLE color: 6677705.
HSL color Cylindrical-coordinate representation of color #C9E465: hue angle of 72.76º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9E465 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 228 | 101 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.11 |
| HSL | 72.76º | 0.7% | 0.65% | - |
| HSV(B) | 72.76º | 0.56% | 0.89% | - |
| XYZ | 54.18 | 68.84 | 22.74 | - |
| YUV | 205.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 228 | 101 | 0.12 | 0 | 0.56 | 0.11 | 72.76 | 0.7 | 0.65 |
| Hex | C9 | E4 | 65 | C | 0 | 38 | B | 49 | 46 | 41 |
| Octal | 311 | 344 | 145 | 14 | 0 | 70 | 13 | 111 | 106 | 101 |
| Binary | 11001001 | 11100100 | 1100101 | 1100 | 0 | 111000 | 1011 | 1001001 | 1000110 | 1000001 |
Color Harmonies of #C9E465
Complementary color
Monochromatic Colors of #C9E465
Black with #C9E465
Text Example
Text Example
White with #C9E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E465; }
p { color: rgb(201,228,101); }
H1.HeaderClassName
{
color: #C9E465;
}
.AnyTagClassName
{
color: #C9E465;
}
</style>
background-color css
<style>
a { background-color: #C9E465; }
a { background-color: rgb(201,228,101); }
div.DivClassName
{
background-color: #C9E465;
}
.BgClassName
{
background-color: #C9E465;
}
</style>
border-color css
<style>
span { border-color: #C9E465; }
span { border-color: rgb(201,228,101); }
td.TdClassName
{
border-color: #C9E465;
}
.TagClassName
{
border-color: #C9E465;
}
</style>