Shades of Mindaro #CCE673
Tints of Mindaro #CCE673
RGB
CMYK
RGB Variations
Color information
#CCE673 (or 0xCCE673) is known color: Mindaro. HEX triplet: CC, E6 and 73. RGB value is (204,230,115). Sum of RGB (Red+Green+Blue) = 204+230+115=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE673 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE673 is #33198C. Grayscale: #D1D1D1. Windows color (decimal): -3348877 or 7595724. OLE color: 7595724.
HSL color Cylindrical-coordinate representation of color #CCE673: hue angle of 73.57º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCE673 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 115 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.10 |
| HSL | 73.57º | 0.7% | 0.68% | - |
| HSV(B) | 73.57º | 0.5% | 0.9% | - |
| XYZ | 56.29 | 70.67 | 26.89 | - |
| YUV | 209.12 | 74.89 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 115 | 0.11 | 0 | 0.5 | 0.10 | 73.57 | 0.7 | 0.68 |
| Hex | CC | E6 | 73 | B | 0 | 32 | A | 4A | 46 | 44 |
| Octal | 314 | 346 | 163 | 13 | 0 | 62 | 12 | 112 | 106 | 104 |
| Binary | 11001100 | 11100110 | 1110011 | 1011 | 0 | 110010 | 1010 | 1001010 | 1000110 | 1000100 |
Color Harmonies of #CCE673
Complementary color
Monochromatic Colors of #CCE673
Black with #CCE673
Text Example
Text Example
White with #CCE673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE673; }
p { color: rgb(204,230,115); }
H1.HeaderClassName
{
color: #CCE673;
}
.AnyTagClassName
{
color: #CCE673;
}
</style>
background-color css
<style>
a { background-color: #CCE673; }
a { background-color: rgb(204,230,115); }
div.DivClassName
{
background-color: #CCE673;
}
.BgClassName
{
background-color: #CCE673;
}
</style>
border-color css
<style>
span { border-color: #CCE673; }
span { border-color: rgb(204,230,115); }
td.TdClassName
{
border-color: #CCE673;
}
.TagClassName
{
border-color: #CCE673;
}
</style>