Shades of Mindaro #CCE95E
Tints of Mindaro #CCE95E
RGB
CMYK
RGB Variations
Color information
#CCE95E (or 0xCCE95E) is known color: Mindaro. HEX triplet: CC, E9 and 5E. RGB value is (204,233,94). Sum of RGB (Red+Green+Blue) = 204+233+94=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE95E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE95E is #3316A1. Grayscale: #D1D1D1. Windows color (decimal): -3348130 or 6220236. OLE color: 6220236.
HSL color Cylindrical-coordinate representation of color #CCE95E: hue angle of 72.52º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE95E is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 94 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.09 |
| HSL | 72.52º | 0.76% | 0.64% | - |
| HSV(B) | 72.52º | 0.6% | 0.91% | - |
| XYZ | 56.06 | 71.92 | 21.52 | - |
| YUV | 208.48 | 63.39 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 94 | 0.12 | 0 | 0.60 | 0.09 | 72.52 | 0.76 | 0.64 |
| Hex | CC | E9 | 5E | C | 0 | 3C | 9 | 49 | 4C | 40 |
| Octal | 314 | 351 | 136 | 14 | 0 | 74 | 11 | 111 | 114 | 100 |
| Binary | 11001100 | 11101001 | 1011110 | 1100 | 0 | 111100 | 1001 | 1001001 | 1001100 | 1000000 |
Color Harmonies of #CCE95E
Complementary color
Monochromatic Colors of #CCE95E
Black with #CCE95E
Text Example
Text Example
White with #CCE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE95E; }
p { color: rgb(204,233,94); }
H1.HeaderClassName
{
color: #CCE95E;
}
.AnyTagClassName
{
color: #CCE95E;
}
</style>
background-color css
<style>
a { background-color: #CCE95E; }
a { background-color: rgb(204,233,94); }
div.DivClassName
{
background-color: #CCE95E;
}
.BgClassName
{
background-color: #CCE95E;
}
</style>
border-color css
<style>
span { border-color: #CCE95E; }
span { border-color: rgb(204,233,94); }
td.TdClassName
{
border-color: #CCE95E;
}
.TagClassName
{
border-color: #CCE95E;
}
</style>