Shades of Mindaro #CCE955
Tints of Mindaro #CCE955
RGB
CMYK
RGB Variations
Color information
#CCE955 (or 0xCCE955) is known color: Mindaro. HEX triplet: CC, E9 and 55. RGB value is (204,233,85). Sum of RGB (Red+Green+Blue) = 204+233+85=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE955 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE955 is #3316AA. Grayscale: #D0D0D0. Windows color (decimal): -3348139 or 5630412. OLE color: 5630412.
HSL color Cylindrical-coordinate representation of color #CCE955: hue angle of 71.76º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCE955 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 85 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.09 |
| HSL | 71.76º | 0.77% | 0.62% | - |
| HSV(B) | 71.76º | 0.64% | 0.91% | - |
| XYZ | 55.68 | 71.77 | 19.51 | - |
| YUV | 207.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 85 | 0.12 | 0 | 0.64 | 0.09 | 71.76 | 0.77 | 0.62 |
| Hex | CC | E9 | 55 | C | 0 | 40 | 9 | 48 | 4D | 3E |
| Octal | 314 | 351 | 125 | 14 | 0 | 100 | 11 | 110 | 115 | 76 |
| Binary | 11001100 | 11101001 | 1010101 | 1100 | 0 | 1000000 | 1001 | 1001000 | 1001101 | 111110 |
Color Harmonies of #CCE955
Complementary color
Monochromatic Colors of #CCE955
Black with #CCE955
Text Example
Text Example
White with #CCE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE955; }
p { color: rgb(204,233,85); }
H1.HeaderClassName
{
color: #CCE955;
}
.AnyTagClassName
{
color: #CCE955;
}
</style>
background-color css
<style>
a { background-color: #CCE955; }
a { background-color: rgb(204,233,85); }
div.DivClassName
{
background-color: #CCE955;
}
.BgClassName
{
background-color: #CCE955;
}
</style>
border-color css
<style>
span { border-color: #CCE955; }
span { border-color: rgb(204,233,85); }
td.TdClassName
{
border-color: #CCE955;
}
.TagClassName
{
border-color: #CCE955;
}
</style>