Shades of Mindaro #CCE962
Tints of Mindaro #CCE962
RGB
CMYK
RGB Variations
Color information
#CCE962 (or 0xCCE962) is known color: Mindaro. HEX triplet: CC, E9 and 62. RGB value is (204,233,98). Sum of RGB (Red+Green+Blue) = 204+233+98=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 233 (91.41% from 255 or 43.55% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE962 is #33169D. Grayscale: #D1D1D1. Windows color (decimal): -3348126 or 6482380. OLE color: 6482380.
HSL color Cylindrical-coordinate representation of color #CCE962: hue angle of 72.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCE962 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 98 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.09 |
| HSL | 72.89º | 0.75% | 0.65% | - |
| HSV(B) | 72.89º | 0.58% | 0.91% | - |
| XYZ | 56.25 | 72 | 22.49 | - |
| YUV | 208.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 98 | 0.12 | 0 | 0.58 | 0.09 | 72.89 | 0.75 | 0.65 |
| Hex | CC | E9 | 62 | C | 0 | 3A | 9 | 49 | 4B | 41 |
| Octal | 314 | 351 | 142 | 14 | 0 | 72 | 11 | 111 | 113 | 101 |
| Binary | 11001100 | 11101001 | 1100010 | 1100 | 0 | 111010 | 1001 | 1001001 | 1001011 | 1000001 |
Color Harmonies of #CCE962
Complementary color
Monochromatic Colors of #CCE962
Black with #CCE962
Text Example
Text Example
White with #CCE962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE962; }
p { color: rgb(204,233,98); }
H1.HeaderClassName
{
color: #CCE962;
}
.AnyTagClassName
{
color: #CCE962;
}
</style>
background-color css
<style>
a { background-color: #CCE962; }
a { background-color: rgb(204,233,98); }
div.DivClassName
{
background-color: #CCE962;
}
.BgClassName
{
background-color: #CCE962;
}
</style>
border-color css
<style>
span { border-color: #CCE962; }
span { border-color: rgb(204,233,98); }
td.TdClassName
{
border-color: #CCE962;
}
.TagClassName
{
border-color: #CCE962;
}
</style>