Shades of Mindaro #CCE96D
Tints of Mindaro #CCE96D
RGB
CMYK
RGB Variations
Color information
#CCE96D (or 0xCCE96D) is known color: Mindaro. HEX triplet: CC, E9 and 6D. RGB value is (204,233,109). Sum of RGB (Red+Green+Blue) = 204+233+109=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE96D is #331692. Grayscale: #D2D2D2. Windows color (decimal): -3348115 or 7203276. OLE color: 7203276.
HSL color Cylindrical-coordinate representation of color #CCE96D: hue angle of 74.03º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCE96D is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 109 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.09 |
| HSL | 74.03º | 0.74% | 0.67% | - |
| HSV(B) | 74.03º | 0.53% | 0.91% | - |
| XYZ | 56.8 | 72.22 | 25.41 | - |
| YUV | 210.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 109 | 0.12 | 0 | 0.53 | 0.09 | 74.03 | 0.74 | 0.67 |
| Hex | CC | E9 | 6D | C | 0 | 35 | 9 | 4A | 4A | 43 |
| Octal | 314 | 351 | 155 | 14 | 0 | 65 | 11 | 112 | 112 | 103 |
| Binary | 11001100 | 11101001 | 1101101 | 1100 | 0 | 110101 | 1001 | 1001010 | 1001010 | 1000011 |
Color Harmonies of #CCE96D
Complementary color
Monochromatic Colors of #CCE96D
Black with #CCE96D
Text Example
Text Example
White with #CCE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE96D; }
p { color: rgb(204,233,109); }
H1.HeaderClassName
{
color: #CCE96D;
}
.AnyTagClassName
{
color: #CCE96D;
}
</style>
background-color css
<style>
a { background-color: #CCE96D; }
a { background-color: rgb(204,233,109); }
div.DivClassName
{
background-color: #CCE96D;
}
.BgClassName
{
background-color: #CCE96D;
}
</style>
border-color css
<style>
span { border-color: #CCE96D; }
span { border-color: rgb(204,233,109); }
td.TdClassName
{
border-color: #CCE96D;
}
.TagClassName
{
border-color: #CCE96D;
}
</style>