Shades of Mindaro #C9ED69
Tints of Mindaro #C9ED69
RGB
CMYK
RGB Variations
Color information
#C9ED69 (or 0xC9ED69) is known color: Mindaro. HEX triplet: C9, ED and 69. RGB value is (201,237,105). Sum of RGB (Red+Green+Blue) = 201+237+105=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED69 is #361296. Grayscale: #D3D3D3. Windows color (decimal): -3543703 or 6942153. OLE color: 6942153.
HSL color Cylindrical-coordinate representation of color #C9ED69: hue angle of 76.36º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9ED69 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 105 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.07 |
| HSL | 76.36º | 0.79% | 0.67% | - |
| HSV(B) | 76.36º | 0.56% | 0.93% | - |
| XYZ | 56.92 | 74.01 | 24.65 | - |
| YUV | 211.19 | 68.07 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 105 | 0.15 | 0 | 0.56 | 0.07 | 76.36 | 0.79 | 0.67 |
| Hex | C9 | ED | 69 | F | 0 | 38 | 7 | 4C | 4F | 43 |
| Octal | 311 | 355 | 151 | 17 | 0 | 70 | 7 | 114 | 117 | 103 |
| Binary | 11001001 | 11101101 | 1101001 | 1111 | 0 | 111000 | 111 | 1001100 | 1001111 | 1000011 |
Color Harmonies of #C9ED69
Complementary color
Monochromatic Colors of #C9ED69
Black with #C9ED69
Text Example
Text Example
White with #C9ED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED69; }
p { color: rgb(201,237,105); }
H1.HeaderClassName
{
color: #C9ED69;
}
.AnyTagClassName
{
color: #C9ED69;
}
</style>
background-color css
<style>
a { background-color: #C9ED69; }
a { background-color: rgb(201,237,105); }
div.DivClassName
{
background-color: #C9ED69;
}
.BgClassName
{
background-color: #C9ED69;
}
</style>
border-color css
<style>
span { border-color: #C9ED69; }
span { border-color: rgb(201,237,105); }
td.TdClassName
{
border-color: #C9ED69;
}
.TagClassName
{
border-color: #C9ED69;
}
</style>