Shades of Mindaro #C9EB5C
Tints of Mindaro #C9EB5C
RGB
CMYK
RGB Variations
Color information
#C9EB5C (or 0xC9EB5C) is known color: Mindaro. HEX triplet: C9, EB and 5C. RGB value is (201,235,92). Sum of RGB (Red+Green+Blue) = 201+235+92=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EB5C is #3614A3. Grayscale: #D1D1D1. Windows color (decimal): -3544228 or 6089673. OLE color: 6089673.
HSL color Cylindrical-coordinate representation of color #C9EB5C: hue angle of 74.27º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9EB5C is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 235 | 92 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.08 |
| HSL | 74.27º | 0.78% | 0.64% | - |
| HSV(B) | 74.27º | 0.61% | 0.92% | - |
| XYZ | 55.73 | 72.61 | 21.2 | - |
| YUV | 208.53 | 62.24 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 235 | 92 | 0.14 | 0 | 0.61 | 0.08 | 74.27 | 0.78 | 0.64 |
| Hex | C9 | EB | 5C | E | 0 | 3D | 8 | 4A | 4E | 40 |
| Octal | 311 | 353 | 134 | 16 | 0 | 75 | 10 | 112 | 116 | 100 |
| Binary | 11001001 | 11101011 | 1011100 | 1110 | 0 | 111101 | 1000 | 1001010 | 1001110 | 1000000 |
Color Harmonies of #C9EB5C
Complementary color
Monochromatic Colors of #C9EB5C
Black with #C9EB5C
Text Example
Text Example
White with #C9EB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EB5C; }
p { color: rgb(201,235,92); }
H1.HeaderClassName
{
color: #C9EB5C;
}
.AnyTagClassName
{
color: #C9EB5C;
}
</style>
background-color css
<style>
a { background-color: #C9EB5C; }
a { background-color: rgb(201,235,92); }
div.DivClassName
{
background-color: #C9EB5C;
}
.BgClassName
{
background-color: #C9EB5C;
}
</style>
border-color css
<style>
span { border-color: #C9EB5C; }
span { border-color: rgb(201,235,92); }
td.TdClassName
{
border-color: #C9EB5C;
}
.TagClassName
{
border-color: #C9EB5C;
}
</style>