Shades of Mindaro #C9ED61
Tints of Mindaro #C9ED61
RGB
CMYK
RGB Variations
Color information
#C9ED61 (or 0xC9ED61) is known color: Mindaro. HEX triplet: C9, ED and 61. RGB value is (201,237,97). Sum of RGB (Red+Green+Blue) = 201+237+97=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED61 is #36129E. Grayscale: #D2D2D2. Windows color (decimal): -3543711 or 6417865. OLE color: 6417865.
HSL color Cylindrical-coordinate representation of color #C9ED61: hue angle of 75.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9ED61 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 97 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.07 |
| HSL | 75.43º | 0.8% | 0.65% | - |
| HSV(B) | 75.43º | 0.59% | 0.93% | - |
| XYZ | 56.53 | 73.85 | 22.58 | - |
| YUV | 210.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 97 | 0.15 | 0 | 0.59 | 0.07 | 75.43 | 0.8 | 0.65 |
| Hex | C9 | ED | 61 | F | 0 | 3B | 7 | 4B | 50 | 41 |
| Octal | 311 | 355 | 141 | 17 | 0 | 73 | 7 | 113 | 120 | 101 |
| Binary | 11001001 | 11101101 | 1100001 | 1111 | 0 | 111011 | 111 | 1001011 | 1010000 | 1000001 |
Color Harmonies of #C9ED61
Complementary color
Monochromatic Colors of #C9ED61
Black with #C9ED61
Text Example
Text Example
White with #C9ED61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED61; }
p { color: rgb(201,237,97); }
H1.HeaderClassName
{
color: #C9ED61;
}
.AnyTagClassName
{
color: #C9ED61;
}
</style>
background-color css
<style>
a { background-color: #C9ED61; }
a { background-color: rgb(201,237,97); }
div.DivClassName
{
background-color: #C9ED61;
}
.BgClassName
{
background-color: #C9ED61;
}
</style>
border-color css
<style>
span { border-color: #C9ED61; }
span { border-color: rgb(201,237,97); }
td.TdClassName
{
border-color: #C9ED61;
}
.TagClassName
{
border-color: #C9ED61;
}
</style>