Shades of Mindaro #C9E062
Tints of Mindaro #C9E062
RGB
CMYK
RGB Variations
Color information
#C9E062 (or 0xC9E062) is known color: Mindaro. HEX triplet: C9, E0 and 62. RGB value is (201,224,98). Sum of RGB (Red+Green+Blue) = 201+224+98=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 224 (87.89% from 255 or 42.83% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E062 is #361F9D. Grayscale: #CBCBCB. Windows color (decimal): -3547038 or 6480073. OLE color: 6480073.
HSL color Cylindrical-coordinate representation of color #C9E062: hue angle of 70.95º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9E062 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 224 | 98 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.12 |
| HSL | 70.95º | 0.67% | 0.63% | - |
| HSV(B) | 70.95º | 0.56% | 0.88% | - |
| XYZ | 52.95 | 66.61 | 21.62 | - |
| YUV | 202.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 224 | 98 | 0.10 | 0 | 0.56 | 0.12 | 70.95 | 0.67 | 0.63 |
| Hex | C9 | E0 | 62 | A | 0 | 38 | C | 47 | 43 | 3F |
| Octal | 311 | 340 | 142 | 12 | 0 | 70 | 14 | 107 | 103 | 77 |
| Binary | 11001001 | 11100000 | 1100010 | 1010 | 0 | 111000 | 1100 | 1000111 | 1000011 | 111111 |
Color Harmonies of #C9E062
Complementary color
Monochromatic Colors of #C9E062
Black with #C9E062
Text Example
Text Example
White with #C9E062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E062; }
p { color: rgb(201,224,98); }
H1.HeaderClassName
{
color: #C9E062;
}
.AnyTagClassName
{
color: #C9E062;
}
</style>
background-color css
<style>
a { background-color: #C9E062; }
a { background-color: rgb(201,224,98); }
div.DivClassName
{
background-color: #C9E062;
}
.BgClassName
{
background-color: #C9E062;
}
</style>
border-color css
<style>
span { border-color: #C9E062; }
span { border-color: rgb(201,224,98); }
td.TdClassName
{
border-color: #C9E062;
}
.TagClassName
{
border-color: #C9E062;
}
</style>