Shades of Mindaro #C9DC6D
Tints of Mindaro #C9DC6D
RGB
CMYK
RGB Variations
Color information
#C9DC6D (or 0xC9DC6D) is known color: Mindaro. HEX triplet: C9, DC and 6D. RGB value is (201,220,109). Sum of RGB (Red+Green+Blue) = 201+220+109=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DC6D is #362392. Grayscale: #CACACA. Windows color (decimal): -3548051 or 7199945. OLE color: 7199945.
HSL color Cylindrical-coordinate representation of color #C9DC6D: hue angle of 70.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9DC6D is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 220 | 109 | - |
CMYK | 0.09 | 0 | 0.50 | 0.14 |
HSL | 70.27º | 0.61% | 0.65% | - |
HSV(B) | 70.27º | 0.5% | 0.86% | - |
XYZ | 52.44 | 64.71 | 24.19 | - |
YUV | 201.67 | 75.71 | 127.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 220 | 109 | 0.09 | 0 | 0.50 | 0.14 | 70.27 | 0.61 | 0.65 |
Hex | C9 | DC | 6D | 9 | 0 | 32 | E | 46 | 3D | 41 |
Octal | 311 | 334 | 155 | 11 | 0 | 62 | 16 | 106 | 75 | 101 |
Binary | 11001001 | 11011100 | 1101101 | 1001 | 0 | 110010 | 1110 | 1000110 | 111101 | 1000001 |
Color Harmonies of #C9DC6D
Complementary color
Monochromatic Colors of #C9DC6D
Black with #C9DC6D
Text Example
Text Example
White with #C9DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC6D; }
p { color: rgb(201,220,109); }
H1.HeaderClassName
{
color: #C9DC6D;
}
.AnyTagClassName
{
color: #C9DC6D;
}
</style>
background-color css
<style>
a { background-color: #C9DC6D; }
a { background-color: rgb(201,220,109); }
div.DivClassName
{
background-color: #C9DC6D;
}
.BgClassName
{
background-color: #C9DC6D;
}
</style>
border-color css
<style>
span { border-color: #C9DC6D; }
span { border-color: rgb(201,220,109); }
td.TdClassName
{
border-color: #C9DC6D;
}
.TagClassName
{
border-color: #C9DC6D;
}
</style>