Shades of Mindaro #C9ED5B
Tints of Mindaro #C9ED5B
RGB
CMYK
RGB Variations
Color information
#C9ED5B (or 0xC9ED5B) is known color: Mindaro. HEX triplet: C9, ED and 5B. RGB value is (201,237,91). Sum of RGB (Red+Green+Blue) = 201+237+91=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 91 (35.94% from 255 or 17.20% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED5B is #3612A4. Grayscale: #D2D2D2. Windows color (decimal): -3543717 or 6024649. OLE color: 6024649.
HSL color Cylindrical-coordinate representation of color #C9ED5B: hue angle of 74.79º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9ED5B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 91 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.07 |
| HSL | 74.79º | 0.8% | 0.64% | - |
| HSV(B) | 74.79º | 0.62% | 0.93% | - |
| XYZ | 56.26 | 73.74 | 21.17 | - |
| YUV | 209.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 91 | 0.15 | 0 | 0.62 | 0.07 | 74.79 | 0.8 | 0.64 |
| Hex | C9 | ED | 5B | F | 0 | 3E | 7 | 4B | 50 | 40 |
| Octal | 311 | 355 | 133 | 17 | 0 | 76 | 7 | 113 | 120 | 100 |
| Binary | 11001001 | 11101101 | 1011011 | 1111 | 0 | 111110 | 111 | 1001011 | 1010000 | 1000000 |
Color Harmonies of #C9ED5B
Complementary color
Monochromatic Colors of #C9ED5B
Black with #C9ED5B
Text Example
Text Example
White with #C9ED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED5B; }
p { color: rgb(201,237,91); }
H1.HeaderClassName
{
color: #C9ED5B;
}
.AnyTagClassName
{
color: #C9ED5B;
}
</style>
background-color css
<style>
a { background-color: #C9ED5B; }
a { background-color: rgb(201,237,91); }
div.DivClassName
{
background-color: #C9ED5B;
}
.BgClassName
{
background-color: #C9ED5B;
}
</style>
border-color css
<style>
span { border-color: #C9ED5B; }
span { border-color: rgb(201,237,91); }
td.TdClassName
{
border-color: #C9ED5B;
}
.TagClassName
{
border-color: #C9ED5B;
}
</style>