Shades of Mindaro #C9DF70
Tints of Mindaro #C9DF70
RGB
CMYK
RGB Variations
Color information
#C9DF70 (or 0xC9DF70) is known color: Mindaro. HEX triplet: C9, DF and 70. RGB value is (201,223,112). Sum of RGB (Red+Green+Blue) = 201+223+112=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DF70 is #36208F. Grayscale: #CCCCCC. Windows color (decimal): -3547280 or 7397321. OLE color: 7397321.
HSL color Cylindrical-coordinate representation of color #C9DF70: hue angle of 71.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9DF70 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 112 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.13 |
| HSL | 71.89º | 0.63% | 0.66% | - |
| HSV(B) | 71.89º | 0.5% | 0.87% | - |
| XYZ | 53.4 | 66.36 | 25.32 | - |
| YUV | 203.77 | 76.21 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 112 | 0.10 | 0 | 0.50 | 0.13 | 71.89 | 0.63 | 0.66 |
| Hex | C9 | DF | 70 | A | 0 | 32 | D | 48 | 3F | 42 |
| Octal | 311 | 337 | 160 | 12 | 0 | 62 | 15 | 110 | 77 | 102 |
| Binary | 11001001 | 11011111 | 1110000 | 1010 | 0 | 110010 | 1101 | 1001000 | 111111 | 1000010 |
Color Harmonies of #C9DF70
Complementary color
Monochromatic Colors of #C9DF70
Black with #C9DF70
Text Example
Text Example
White with #C9DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DF70; }
p { color: rgb(201,223,112); }
H1.HeaderClassName
{
color: #C9DF70;
}
.AnyTagClassName
{
color: #C9DF70;
}
</style>
background-color css
<style>
a { background-color: #C9DF70; }
a { background-color: rgb(201,223,112); }
div.DivClassName
{
background-color: #C9DF70;
}
.BgClassName
{
background-color: #C9DF70;
}
</style>
border-color css
<style>
span { border-color: #C9DF70; }
span { border-color: rgb(201,223,112); }
td.TdClassName
{
border-color: #C9DF70;
}
.TagClassName
{
border-color: #C9DF70;
}
</style>