Shades of Mindaro #CCE762
Tints of Mindaro #CCE762
RGB
CMYK
RGB Variations
Color information
#CCE762 (or 0xCCE762) is known color: Mindaro. HEX triplet: CC, E7 and 62. RGB value is (204,231,98). Sum of RGB (Red+Green+Blue) = 204+231+98=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE762 is #33189D. Grayscale: #D0D0D0. Windows color (decimal): -3348638 or 6481868. OLE color: 6481868.
HSL color Cylindrical-coordinate representation of color #CCE762: hue angle of 72.18º degrees, saturation: 0.73, 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 #CCE762 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 98 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.09 |
| HSL | 72.18º | 0.73% | 0.65% | - |
| HSV(B) | 72.18º | 0.58% | 0.91% | - |
| XYZ | 55.68 | 70.87 | 22.3 | - |
| YUV | 207.77 | 66.05 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 98 | 0.12 | 0 | 0.58 | 0.09 | 72.18 | 0.73 | 0.65 |
| Hex | CC | E7 | 62 | C | 0 | 3A | 9 | 48 | 49 | 41 |
| Octal | 314 | 347 | 142 | 14 | 0 | 72 | 11 | 110 | 111 | 101 |
| Binary | 11001100 | 11100111 | 1100010 | 1100 | 0 | 111010 | 1001 | 1001000 | 1001001 | 1000001 |
Color Harmonies of #CCE762
Complementary color
Monochromatic Colors of #CCE762
Black with #CCE762
Text Example
Text Example
White with #CCE762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE762; }
p { color: rgb(204,231,98); }
H1.HeaderClassName
{
color: #CCE762;
}
.AnyTagClassName
{
color: #CCE762;
}
</style>
background-color css
<style>
a { background-color: #CCE762; }
a { background-color: rgb(204,231,98); }
div.DivClassName
{
background-color: #CCE762;
}
.BgClassName
{
background-color: #CCE762;
}
</style>
border-color css
<style>
span { border-color: #CCE762; }
span { border-color: rgb(204,231,98); }
td.TdClassName
{
border-color: #CCE762;
}
.TagClassName
{
border-color: #CCE762;
}
</style>