Shades of Mindaro #CCE862
Tints of Mindaro #CCE862
RGB
CMYK
RGB Variations
Color information
#CCE862 (or 0xCCE862) is known color: Mindaro. HEX triplet: CC, E8 and 62. RGB value is (204,232,98). Sum of RGB (Red+Green+Blue) = 204+232+98=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 98 (38.67% from 255 or 18.35% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE862 is #33179D. Grayscale: #D0D0D0. Windows color (decimal): -3348382 or 6482124. OLE color: 6482124.
HSL color Cylindrical-coordinate representation of color #CCE862: hue angle of 72.54º degrees, saturation: 0.74, 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 #CCE862 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 98 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.09 |
| HSL | 72.54º | 0.74% | 0.65% | - |
| HSV(B) | 72.54º | 0.58% | 0.91% | - |
| XYZ | 55.96 | 71.43 | 22.39 | - |
| YUV | 208.35 | 65.72 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 98 | 0.12 | 0 | 0.58 | 0.09 | 72.54 | 0.74 | 0.65 |
| Hex | CC | E8 | 62 | C | 0 | 3A | 9 | 49 | 4A | 41 |
| Octal | 314 | 350 | 142 | 14 | 0 | 72 | 11 | 111 | 112 | 101 |
| Binary | 11001100 | 11101000 | 1100010 | 1100 | 0 | 111010 | 1001 | 1001001 | 1001010 | 1000001 |
Color Harmonies of #CCE862
Complementary color
Monochromatic Colors of #CCE862
Black with #CCE862
Text Example
Text Example
White with #CCE862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE862; }
p { color: rgb(204,232,98); }
H1.HeaderClassName
{
color: #CCE862;
}
.AnyTagClassName
{
color: #CCE862;
}
</style>
background-color css
<style>
a { background-color: #CCE862; }
a { background-color: rgb(204,232,98); }
div.DivClassName
{
background-color: #CCE862;
}
.BgClassName
{
background-color: #CCE862;
}
</style>
border-color css
<style>
span { border-color: #CCE862; }
span { border-color: rgb(204,232,98); }
td.TdClassName
{
border-color: #CCE862;
}
.TagClassName
{
border-color: #CCE862;
}
</style>