Shades of Mindaro #CCE06D
Tints of Mindaro #CCE06D
RGB
CMYK
RGB Variations
Color information
#CCE06D (or 0xCCE06D) is known color: Mindaro. HEX triplet: CC, E0 and 6D. RGB value is (204,224,109). Sum of RGB (Red+Green+Blue) = 204+224+109=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE06D is #331F92. Grayscale: #CDCDCD. Windows color (decimal): -3350419 or 7200972. OLE color: 7200972.
HSL color Cylindrical-coordinate representation of color #CCE06D: hue angle of 70.43º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE06D is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 109 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.12 |
| HSL | 70.43º | 0.65% | 0.65% | - |
| HSV(B) | 70.43º | 0.51% | 0.88% | - |
| XYZ | 54.32 | 67.25 | 24.59 | - |
| YUV | 204.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 109 | 0.09 | 0 | 0.51 | 0.12 | 70.43 | 0.65 | 0.65 |
| Hex | CC | E0 | 6D | 9 | 0 | 33 | C | 46 | 41 | 41 |
| Octal | 314 | 340 | 155 | 11 | 0 | 63 | 14 | 106 | 101 | 101 |
| Binary | 11001100 | 11100000 | 1101101 | 1001 | 0 | 110011 | 1100 | 1000110 | 1000001 | 1000001 |
Color Harmonies of #CCE06D
Complementary color
Monochromatic Colors of #CCE06D
Black with #CCE06D
Text Example
Text Example
White with #CCE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE06D; }
p { color: rgb(204,224,109); }
H1.HeaderClassName
{
color: #CCE06D;
}
.AnyTagClassName
{
color: #CCE06D;
}
</style>
background-color css
<style>
a { background-color: #CCE06D; }
a { background-color: rgb(204,224,109); }
div.DivClassName
{
background-color: #CCE06D;
}
.BgClassName
{
background-color: #CCE06D;
}
</style>
border-color css
<style>
span { border-color: #CCE06D; }
span { border-color: rgb(204,224,109); }
td.TdClassName
{
border-color: #CCE06D;
}
.TagClassName
{
border-color: #CCE06D;
}
</style>