Shades of Mindaro #C9ED65
Tints of Mindaro #C9ED65
RGB
CMYK
RGB Variations
Color information
#C9ED65 (or 0xC9ED65) is known color: Mindaro. HEX triplet: C9, ED and 65. RGB value is (201,237,101). Sum of RGB (Red+Green+Blue) = 201+237+101=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED65 is #36129A. Grayscale: #D3D3D3. Windows color (decimal): -3543707 or 6680009. OLE color: 6680009.
HSL color Cylindrical-coordinate representation of color #C9ED65: hue angle of 75.88º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9ED65 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 101 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.07 |
| HSL | 75.88º | 0.79% | 0.66% | - |
| HSV(B) | 75.88º | 0.57% | 0.93% | - |
| XYZ | 56.72 | 73.93 | 23.59 | - |
| YUV | 210.73 | 66.07 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 101 | 0.15 | 0 | 0.57 | 0.07 | 75.88 | 0.79 | 0.66 |
| Hex | C9 | ED | 65 | F | 0 | 39 | 7 | 4C | 4F | 42 |
| Octal | 311 | 355 | 145 | 17 | 0 | 71 | 7 | 114 | 117 | 102 |
| Binary | 11001001 | 11101101 | 1100101 | 1111 | 0 | 111001 | 111 | 1001100 | 1001111 | 1000010 |
Color Harmonies of #C9ED65
Complementary color
Monochromatic Colors of #C9ED65
Black with #C9ED65
Text Example
Text Example
White with #C9ED65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED65; }
p { color: rgb(201,237,101); }
H1.HeaderClassName
{
color: #C9ED65;
}
.AnyTagClassName
{
color: #C9ED65;
}
</style>
background-color css
<style>
a { background-color: #C9ED65; }
a { background-color: rgb(201,237,101); }
div.DivClassName
{
background-color: #C9ED65;
}
.BgClassName
{
background-color: #C9ED65;
}
</style>
border-color css
<style>
span { border-color: #C9ED65; }
span { border-color: rgb(201,237,101); }
td.TdClassName
{
border-color: #C9ED65;
}
.TagClassName
{
border-color: #C9ED65;
}
</style>