Shades of Mindaro #C9E25D
Tints of Mindaro #C9E25D
RGB
CMYK
RGB Variations
Color information
#C9E25D (or 0xC9E25D) is known color: Mindaro. HEX triplet: C9, E2 and 5D. RGB value is (201,226,93). Sum of RGB (Red+Green+Blue) = 201+226+93=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 226 - color contains mainly: green. Hex color #C9E25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E25D is #361DA2. Grayscale: #CBCBCB. Windows color (decimal): -3546531 or 6152905. OLE color: 6152905.
HSL color Cylindrical-coordinate representation of color #C9E25D: hue angle of 71.28º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9E25D is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 226 | 93 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.11 |
| HSL | 71.28º | 0.7% | 0.63% | - |
| HSV(B) | 71.28º | 0.59% | 0.89% | - |
| XYZ | 53.26 | 67.6 | 20.6 | - |
| YUV | 203.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 226 | 93 | 0.11 | 0 | 0.59 | 0.11 | 71.28 | 0.7 | 0.63 |
| Hex | C9 | E2 | 5D | B | 0 | 3B | B | 47 | 46 | 3F |
| Octal | 311 | 342 | 135 | 13 | 0 | 73 | 13 | 107 | 106 | 77 |
| Binary | 11001001 | 11100010 | 1011101 | 1011 | 0 | 111011 | 1011 | 1000111 | 1000110 | 111111 |
Color Harmonies of #C9E25D
Complementary color
Monochromatic Colors of #C9E25D
Black with #C9E25D
Text Example
Text Example
White with #C9E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E25D; }
p { color: rgb(201,226,93); }
H1.HeaderClassName
{
color: #C9E25D;
}
.AnyTagClassName
{
color: #C9E25D;
}
</style>
background-color css
<style>
a { background-color: #C9E25D; }
a { background-color: rgb(201,226,93); }
div.DivClassName
{
background-color: #C9E25D;
}
.BgClassName
{
background-color: #C9E25D;
}
</style>
border-color css
<style>
span { border-color: #C9E25D; }
span { border-color: rgb(201,226,93); }
td.TdClassName
{
border-color: #C9E25D;
}
.TagClassName
{
border-color: #C9E25D;
}
</style>