Shades of Mindaro #C9ED59
Tints of Mindaro #C9ED59
RGB
CMYK
RGB Variations
Color information
#C9ED59 (or 0xC9ED59) is known color: Mindaro. HEX triplet: C9, ED and 59. RGB value is (201,237,89). Sum of RGB (Red+Green+Blue) = 201+237+89=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED59 is #3612A6. Grayscale: #D1D1D1. Windows color (decimal): -3543719 or 5893577. OLE color: 5893577.
HSL color Cylindrical-coordinate representation of color #C9ED59: hue angle of 74.59º 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 #C9ED59 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 89 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.07 |
| HSL | 74.59º | 0.8% | 0.64% | - |
| HSV(B) | 74.59º | 0.62% | 0.93% | - |
| XYZ | 56.17 | 73.71 | 20.72 | - |
| YUV | 209.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 89 | 0.15 | 0 | 0.62 | 0.07 | 74.59 | 0.8 | 0.64 |
| Hex | C9 | ED | 59 | F | 0 | 3E | 7 | 4B | 50 | 40 |
| Octal | 311 | 355 | 131 | 17 | 0 | 76 | 7 | 113 | 120 | 100 |
| Binary | 11001001 | 11101101 | 1011001 | 1111 | 0 | 111110 | 111 | 1001011 | 1010000 | 1000000 |
Color Harmonies of #C9ED59
Complementary color
Monochromatic Colors of #C9ED59
Black with #C9ED59
Text Example
Text Example
White with #C9ED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED59; }
p { color: rgb(201,237,89); }
H1.HeaderClassName
{
color: #C9ED59;
}
.AnyTagClassName
{
color: #C9ED59;
}
</style>
background-color css
<style>
a { background-color: #C9ED59; }
a { background-color: rgb(201,237,89); }
div.DivClassName
{
background-color: #C9ED59;
}
.BgClassName
{
background-color: #C9ED59;
}
</style>
border-color css
<style>
span { border-color: #C9ED59; }
span { border-color: rgb(201,237,89); }
td.TdClassName
{
border-color: #C9ED59;
}
.TagClassName
{
border-color: #C9ED59;
}
</style>