Shades of Mindaro #CCE965
Tints of Mindaro #CCE965
RGB
CMYK
RGB Variations
Color information
#CCE965 (or 0xCCE965) is known color: Mindaro. HEX triplet: CC, E9 and 65. RGB value is (204,233,101). Sum of RGB (Red+Green+Blue) = 204+233+101=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE965 is #33169A. Grayscale: #D1D1D1. Windows color (decimal): -3348123 or 6678988. OLE color: 6678988.
HSL color Cylindrical-coordinate representation of color #CCE965: hue angle of 73.18º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCE965 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 101 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.09 |
| HSL | 73.18º | 0.75% | 0.65% | - |
| HSV(B) | 73.18º | 0.57% | 0.91% | - |
| XYZ | 56.39 | 72.05 | 23.25 | - |
| YUV | 209.28 | 66.89 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 101 | 0.12 | 0 | 0.57 | 0.09 | 73.18 | 0.75 | 0.65 |
| Hex | CC | E9 | 65 | C | 0 | 39 | 9 | 49 | 4B | 41 |
| Octal | 314 | 351 | 145 | 14 | 0 | 71 | 11 | 111 | 113 | 101 |
| Binary | 11001100 | 11101001 | 1100101 | 1100 | 0 | 111001 | 1001 | 1001001 | 1001011 | 1000001 |
Color Harmonies of #CCE965
Complementary color
Monochromatic Colors of #CCE965
Black with #CCE965
Text Example
Text Example
White with #CCE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE965; }
p { color: rgb(204,233,101); }
H1.HeaderClassName
{
color: #CCE965;
}
.AnyTagClassName
{
color: #CCE965;
}
</style>
background-color css
<style>
a { background-color: #CCE965; }
a { background-color: rgb(204,233,101); }
div.DivClassName
{
background-color: #CCE965;
}
.BgClassName
{
background-color: #CCE965;
}
</style>
border-color css
<style>
span { border-color: #CCE965; }
span { border-color: rgb(204,233,101); }
td.TdClassName
{
border-color: #CCE965;
}
.TagClassName
{
border-color: #CCE965;
}
</style>