Shades of Mindaro #CCE661
Tints of Mindaro #CCE661
RGB
CMYK
RGB Variations
Color information
#CCE661 (or 0xCCE661) is known color: Mindaro. HEX triplet: CC, E6 and 61. RGB value is (204,230,97). Sum of RGB (Red+Green+Blue) = 204+230+97=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE661 is #33199E. Grayscale: #CFCFCF. Windows color (decimal): -3348895 or 6416076. OLE color: 6416076.
HSL color Cylindrical-coordinate representation of color #CCE661: hue angle of 71.73º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCE661 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 97 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.10 |
| HSL | 71.73º | 0.73% | 0.64% | - |
| HSV(B) | 71.73º | 0.58% | 0.9% | - |
| XYZ | 55.36 | 70.29 | 21.96 | - |
| YUV | 207.06 | 65.89 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 97 | 0.11 | 0 | 0.58 | 0.10 | 71.73 | 0.73 | 0.64 |
| Hex | CC | E6 | 61 | B | 0 | 3A | A | 48 | 49 | 40 |
| Octal | 314 | 346 | 141 | 13 | 0 | 72 | 12 | 110 | 111 | 100 |
| Binary | 11001100 | 11100110 | 1100001 | 1011 | 0 | 111010 | 1010 | 1001000 | 1001001 | 1000000 |
Color Harmonies of #CCE661
Complementary color
Monochromatic Colors of #CCE661
Black with #CCE661
Text Example
Text Example
White with #CCE661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE661; }
p { color: rgb(204,230,97); }
H1.HeaderClassName
{
color: #CCE661;
}
.AnyTagClassName
{
color: #CCE661;
}
</style>
background-color css
<style>
a { background-color: #CCE661; }
a { background-color: rgb(204,230,97); }
div.DivClassName
{
background-color: #CCE661;
}
.BgClassName
{
background-color: #CCE661;
}
</style>
border-color css
<style>
span { border-color: #CCE661; }
span { border-color: rgb(204,230,97); }
td.TdClassName
{
border-color: #CCE661;
}
.TagClassName
{
border-color: #CCE661;
}
</style>