Shades of Mindaro #C9EE5B
Tints of Mindaro #C9EE5B
RGB
CMYK
RGB Variations
Color information
#C9EE5B (or 0xC9EE5B) is known color: Mindaro. HEX triplet: C9, EE and 5B. RGB value is (201,238,91). Sum of RGB (Red+Green+Blue) = 201+238+91=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #C9EE5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EE5B is #3611A4. Grayscale: #D2D2D2. Windows color (decimal): -3543461 or 6024905. OLE color: 6024905.
HSL color Cylindrical-coordinate representation of color #C9EE5B: hue angle of 75.1º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9EE5B is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 238 | 91 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.07 |
| HSL | 75.1º | 0.81% | 0.65% | - |
| HSV(B) | 75.1º | 0.62% | 0.93% | - |
| XYZ | 56.55 | 74.32 | 21.26 | - |
| YUV | 210.18 | 60.74 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 238 | 91 | 0.16 | 0 | 0.62 | 0.07 | 75.1 | 0.81 | 0.65 |
| Hex | C9 | EE | 5B | 10 | 0 | 3E | 7 | 4B | 51 | 41 |
| Octal | 311 | 356 | 133 | 20 | 0 | 76 | 7 | 113 | 121 | 101 |
| Binary | 11001001 | 11101110 | 1011011 | 10000 | 0 | 111110 | 111 | 1001011 | 1010001 | 1000001 |
Color Harmonies of #C9EE5B
Complementary color
Monochromatic Colors of #C9EE5B
Black with #C9EE5B
Text Example
Text Example
White with #C9EE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EE5B; }
p { color: rgb(201,238,91); }
H1.HeaderClassName
{
color: #C9EE5B;
}
.AnyTagClassName
{
color: #C9EE5B;
}
</style>
background-color css
<style>
a { background-color: #C9EE5B; }
a { background-color: rgb(201,238,91); }
div.DivClassName
{
background-color: #C9EE5B;
}
.BgClassName
{
background-color: #C9EE5B;
}
</style>
border-color css
<style>
span { border-color: #C9EE5B; }
span { border-color: rgb(201,238,91); }
td.TdClassName
{
border-color: #C9EE5B;
}
.TagClassName
{
border-color: #C9EE5B;
}
</style>