Shades of Mindaro #C9EA67
Tints of Mindaro #C9EA67
RGB
CMYK
RGB Variations
Color information
#C9EA67 (or 0xC9EA67) is known color: Mindaro. HEX triplet: C9, EA and 67. RGB value is (201,234,103). Sum of RGB (Red+Green+Blue) = 201+234+103=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 103 (40.62% from 255 or 19.14% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EA67 is #361598. Grayscale: #D1D1D1. Windows color (decimal): -3544473 or 6810313. OLE color: 6810313.
HSL color Cylindrical-coordinate representation of color #C9EA67: hue angle of 75.11º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9EA67 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 103 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.08 |
| HSL | 75.11º | 0.76% | 0.66% | - |
| HSV(B) | 75.11º | 0.56% | 0.92% | - |
| XYZ | 55.96 | 72.24 | 23.83 | - |
| YUV | 209.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 103 | 0.14 | 0 | 0.56 | 0.08 | 75.11 | 0.76 | 0.66 |
| Hex | C9 | EA | 67 | E | 0 | 38 | 8 | 4B | 4C | 42 |
| Octal | 311 | 352 | 147 | 16 | 0 | 70 | 10 | 113 | 114 | 102 |
| Binary | 11001001 | 11101010 | 1100111 | 1110 | 0 | 111000 | 1000 | 1001011 | 1001100 | 1000010 |
Color Harmonies of #C9EA67
Complementary color
Monochromatic Colors of #C9EA67
Black with #C9EA67
Text Example
Text Example
White with #C9EA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA67; }
p { color: rgb(201,234,103); }
H1.HeaderClassName
{
color: #C9EA67;
}
.AnyTagClassName
{
color: #C9EA67;
}
</style>
background-color css
<style>
a { background-color: #C9EA67; }
a { background-color: rgb(201,234,103); }
div.DivClassName
{
background-color: #C9EA67;
}
.BgClassName
{
background-color: #C9EA67;
}
</style>
border-color css
<style>
span { border-color: #C9EA67; }
span { border-color: rgb(201,234,103); }
td.TdClassName
{
border-color: #C9EA67;
}
.TagClassName
{
border-color: #C9EA67;
}
</style>